OSDN Git Service

Remove AM_C_PROTOTYPES from configure.ac
[lha/lha.git] / src / prototypes.h
index c470018..d090091 100644 (file)
@@ -1,9 +1,5 @@
 /* This file was generated by cproto. */
-#if PROTOTYPES /* defined in config.h */
 #define P_(s) s
-#else
-#define P_(s) ()
-#endif
 
 /* append.c */
 int encode_lzhuf P_((FILE *infp, FILE *outfp, off_t size, off_t *original_size_var, off_t *packed_size_var, char *name, char *hdr_method));