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

This commit is contained in:
stefanf 2005-03-09 10:10:51 +00:00
parent 41e08b3800
commit 2eaa74ad22

View File

@ -55,7 +55,7 @@ extern struct dosDirEntry *rootDir;
/*
* 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.