Prefer the __printflike() macro to GCC's __attribute__ stuff.

This commit is contained in:
Stefan Farfeleder 2005-03-09 10:10:51 +00:00
parent 2ef4a436e0
commit 4eb55c7adc

@ -55,7 +55,7 @@ extern struct dosDirEntry *rootDir;
/* /*
* function declarations * function declarations
*/ */
int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3))); int ask(int, const char *, ...) __printflike(2, 3);
/* /*
* Check the dirty flag. If the file system is clean, then return 1. * Check the dirty flag. If the file system is clean, then return 1.