Changeset 0170798 in buchla-68k for prolog


Ignore:
Timestamp:
07/11/2017 05:46:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4d04f41
Parents:
7af8be4
Message:

Added last missing function pointer prototypes.

Location:
prolog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prolog/croot.c

    r7af8be4 r0170798  
    2121#define MAXARGS         30      /* maximum number of command line arguments */
    2222
    23 int16_t (*_clsall)();
     23void (*_clsall)(void);
    2424
    2525/*
  • prolog/croot.x

    r7af8be4 r0170798  
    1515*/
    1616
    17 extern  int16_t         (*_clsall)();
     17extern  void            (*_clsall)(void);
    1818
    1919/*
Note: See TracChangeset for help on using the changeset viewer.