ftgrays.c: Formatting. It seems to me that _STANDALONE_ doesn't work yet...

Will it ever work?  If not, the unused code should be removed.

ftconfig.h, ftobjs.h: Fix my last fix of the UNUSED() macro.
This commit is contained in:
Werner Lemberg 2000-05-30 20:10:06 +00:00
parent f13e6333f9
commit 0c8cde2e05
3 changed files with 1104 additions and 944 deletions

View File

@ -98,7 +98,7 @@
/* UNUSED is a macro used to indicate that a given parameter is not used */
/* this is only used to get rid of unpleasant compiler warnings.. */
#ifndef UNUSED
#define UNUSED( arg ) ( (void)(arg)=(arg) )
#define UNUSED( arg ) ( (arg)=(arg) )
#endif

View File

@ -45,7 +45,7 @@
#endif
#ifndef UNUSED
#define UNUSED( arg ) ( (void)(arg)=(arg) )
#define UNUSED( arg ) ( (arg)=(arg) )
#endif

File diff suppressed because it is too large Load Diff