about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/ppmtompeg.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-06 02:46:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-06 02:46:48 +0000
commitdb4a376e81c8035b654814e7246e502db0baaa25 (patch)
tree0902d27c62e43648685cebd2955acd709b889911 /converter/ppm/ppmtompeg/ppmtompeg.c
parent59f33411aa3ca7c9aebdb61840c1a545ebbb438d (diff)
downloadnetpbm-mirror-db4a376e81c8035b654814e7246e502db0baaa25.tar.gz
netpbm-mirror-db4a376e81c8035b654814e7246e502db0baaa25.tar.xz
netpbm-mirror-db4a376e81c8035b654814e7246e502db0baaa25.zip
cleanup - remove non-ANSI compiler provisions
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2481 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/ppmtompeg.c')
-rw-r--r--converter/ppm/ppmtompeg/ppmtompeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/ppm/ppmtompeg/ppmtompeg.c b/converter/ppm/ppmtompeg/ppmtompeg.c
index bc788552..cd94db39 100644
--- a/converter/ppm/ppmtompeg/ppmtompeg.c
+++ b/converter/ppm/ppmtompeg/ppmtompeg.c
@@ -59,7 +59,7 @@
 
 #include <time.h>
 
-int main _ANSI_ARGS_((int argc, char **argv));
+int main (int argc, char **argv);
 
 
 /*==================*
@@ -92,7 +92,7 @@ const char * hostname;
  * External PROCEDURE prototypes  *
  *================================*/
 
-void init_idctref _ANSI_ARGS_((void));
+void init_idctref (void);
 
 
 struct cmdlineInfo {