Changeset 526a993 in buchla-68k for vlib


Ignore:
Timestamp:
07/10/2017 07:25:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2340de6
Parents:
e877e55
Message:

Wording change.

Location:
vlib
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • vlib/cg2.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        cg2.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         cg2.c -- global variables
     13        external variables
    814   =============================================================================
    915*/
  • vlib/cg3.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        cg3.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         cg3.c -- global variables
     13        external variables
    814   =============================================================================
    915*/
  • vlib/glcinit.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        glcinit.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         glcinit.c -- global variables
     13        external variables
    814   =============================================================================
    915*/
     
    2329/*
    2430   =============================================================================
    25         glcinit.c -- global functions
     31        external functions
    2632   =============================================================================
    2733*/
  • vlib/lseg.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        lseg.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         lseg.c -- global variables
     13        external variables
    814   =============================================================================
    915*/
     
    1319/*
    1420   =============================================================================
    15         lseg.c -- global functions
     21        external functions
    1622   =============================================================================
    1723*/
  • vlib/vbfill4.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vbfill4.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vbfill4.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vclrs.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vclrs.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vclrs.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vhinit.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vhinit.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    612/*
    713   =============================================================================
    8         vhinit.c -- global variables
     14        external variables
    915   =============================================================================
    1016*/
     
    1824/*
    1925   =============================================================================
    20         vhinit.c -- global functions
     26        external functions
    2127   =============================================================================
    2228*/
  • vlib/vmput.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vmput.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vmput.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vobjfns.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vobjfns.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vobjfns.c -- global variables
     13        external variables
    814   =============================================================================
    915*/
     
    1521/*
    1622   =============================================================================
    17         vobjfns.c -- global functions
     23        external functions
    1824   =============================================================================
    1925*/
  • vlib/vputs.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vputs.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vputs.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vputsv.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vputsv.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vputsv.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vsetpal.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vsetpal.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vsetpal.c -- global variables
     13        external variables
    814   =============================================================================
    915*/
     
    1319/*
    1420   =============================================================================
    15         vsetpal.c -- global functions
     21        external functions
    1622   =============================================================================
    1723*/
  • vlib/vsinit.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vsinit.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
    39/*
    410   =============================================================================
    5         vsinit.c -- global functions
     11        external functions
    612   =============================================================================
    713*/
  • vlib/vspray4.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vspray4.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vspray4.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vtext.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vtext.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vtext.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
  • vlib/vwputm.x

    re877e55 r526a993  
     1/*
     2   =============================================================================
     3        vwputm.c -- external declarations
     4   =============================================================================
     5*/
     6
    17#pragma once
    28
     
    511/*
    612   =============================================================================
    7         vwputm.c -- global functions
     13        external functions
    814   =============================================================================
    915*/
Note: See TracChangeset for help on using the changeset viewer.