Changeset 0580615 in buchla-68k for ram/dbentr.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dbentr.c

    r46d8069 r0580615  
    7575*/
    7676
    77 DB_Entr(str)
    78 char *str;
     77void DB_Entr(char *str)
    7978{
    8079        DB_Ents[DB_In].tag = DB_entr;   /* tag an entry */
     
    105104*/
    106105
    107 DB_Exit(str)
    108 char *str;
     106void DB_Exit(char *str)
    109107{
    110108        DB_Ents[DB_In].tag = DB_exit;   /* tag an exit */
     
    138136*/
    139137
    140 DB_Cmnt(str)
    141 char *str;
     138void DB_Cmnt(char *str)
    142139{
    143140        DB_Ents[DB_In].tag = DB_cmnt;   /* tag a comment */
     
    166163*/
    167164
    168 DB_Clr()
     165void DB_Clr(void)
    169166{
    170167        register short i;
     
    193190*/
    194191
    195 DB_Dump()
     192void DB_Dump(void)
    196193{
    197194        register short tag;
Note: See TracChangeset for help on using the changeset viewer.