Changeset 0580615 in buchla-68k for ram/sqscan.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/sqscan.c

    r46d8069 r0580615  
    4040*/
    4141
    42 nospace(et)
    43 char *et;
     42void nospace(char *et)
    4443{
    4544
     
    6867*/
    6968
    70 int
    71 Pcheck(ptr, msg)
    72 struct s_entry *ptr;
    73 char *msg;
     69int Pcheck(struct s_entry *ptr, char *msg)
    7470{
    7571        register struct s_entry *cval;
     
    123119*/
    124120
    125 struct n_entry *
    126 insnevt(nsp, nt, grp, note, vel)
    127 register struct n_entry *nsp;
    128 short nt, grp, note, vel;
     121struct n_entry *insnevt(struct n_entry *nsp, short nt, short grp, short note, short vel)
    129122{
    130123        nsp->e_time  = t_cur;
     
    147140*/
    148141
    149 int
    150 Qevent()
     142int Qevent(void)
    151143{
    152144        register int aux1, aux2, aux3, aux4, aux5;
     
    866858*/
    867859
    868 int
    869 Qnote()
     860int Qnote(void)
    870861{
    871862        struct n_entry *nsp1;
     
    10351026*/
    10361027
    1037 int
    1038 Qadv()
     1028int Qadv(void)
    10391029{
    10401030        if (CM_CHR('.')) {      /* advance by 1 frame */
     
    10801070*/
    10811071
    1082 int
    1083 Qseq()
     1072int Qseq(void)
    10841073{
    10851074        CM_DBLK;
     
    11211110*/
    11221111
    1123 sqinit()
     1112void sqinit(void)
    11241113{
    11251114        verbose = FALSE;
     
    11521141*/
    11531142
    1154 int
    1155 sqscan(ip)
    1156 char *ip;
     1143int sqscan(char *ip)
    11571144{
    11581145        endflg = FALSE;
Note: See TracChangeset for help on using the changeset viewer.