Changeset 821 for trunk


Ignore:
Timestamp:
1999-12-13T09:33:34+13:00 (24 years ago)
Author:
sjboddie
Message:

fixed an inconsistency in the definition of error()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/sysfuncs.h

    r795 r821  
    310310
    311311#if (HAVE_VPRINTF || HAVE_DOPRNT) && __STDC__
    312 void error __P ((int, int, const char *,...));
     312/*void error __P ((int, int, const char *,...));*/
     313void error (int, int, const char *,...);
    313314#else
    314315void error (int, int, char *, char *, char *, char *, char *, char *, char *, char *, char *);
Note: See TracChangeset for help on using the changeset viewer.