diff options
author | Ken Foskey <waratah@openoffice.org> | 2003-01-13 13:28:09 +0000 |
---|---|---|
committer | Ken Foskey <waratah@openoffice.org> | 2003-01-13 13:28:09 +0000 |
commit | 0634d662e96dcc45752a5fdb69a3e6345a7402e9 (patch) | |
tree | c0f32f55a0ed97529f2337c7674c8827f0310132 /dmake/unix/sysvr3 | |
parent | ff7151bf4bbb735963eeffe55eca7b7b41d00097 (diff) |
dmake: Remove the incorrect definition of main to void
Diffstat (limited to 'dmake/unix/sysvr3')
-rw-r--r-- | dmake/unix/sysvr3/gnu/public.h | 3 | ||||
-rw-r--r-- | dmake/unix/sysvr3/public.h | 3 | ||||
-rw-r--r-- | dmake/unix/sysvr3/pwd/public.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dmake/unix/sysvr3/gnu/public.h b/dmake/unix/sysvr3/gnu/public.h index d5c3111d1345..0f01813a3221 100644 --- a/dmake/unix/sysvr3/gnu/public.h +++ b/dmake/unix/sysvr3/gnu/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:35 hr Exp $ +/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:07 waratah Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -86,7 +86,6 @@ void Clear_prerequisites ANSI((CELLPTR)); int Test_circle ANSI((CELLPTR, int)); STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int)); t_attr Rcp_attribute ANSI((char *)); -void main ANSI((int, char **)); FILE *Openfile ANSI((char *, int, int)); FILE *Closefile ANSI(()); FILE *Search_file ANSI((char *, char **)); diff --git a/dmake/unix/sysvr3/public.h b/dmake/unix/sysvr3/public.h index 01e80862fbbd..66cd4d817002 100644 --- a/dmake/unix/sysvr3/public.h +++ b/dmake/unix/sysvr3/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:35 hr Exp $ +/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:06 waratah Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -88,7 +88,6 @@ void Clear_prerequisites ANSI((CELLPTR)); int Test_circle ANSI((CELLPTR, int)); STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int)); t_attr Rcp_attribute ANSI((char *)); -void main ANSI((int, char **)); FILE *Openfile ANSI((char *, int, int)); FILE *Closefile ANSI(()); FILE *Search_file ANSI((char *, char **)); diff --git a/dmake/unix/sysvr3/pwd/public.h b/dmake/unix/sysvr3/pwd/public.h index ea923dad37d1..011a809f03c0 100644 --- a/dmake/unix/sysvr3/pwd/public.h +++ b/dmake/unix/sysvr3/pwd/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.1.1.1 2000-09-22 15:33:36 hr Exp $ +/* RCS $Id: public.h,v 1.2 2003-01-13 14:28:07 waratah Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -88,7 +88,6 @@ void Clear_prerequisites ANSI((CELLPTR)); int Test_circle ANSI((CELLPTR, int)); STRINGPTR Def_recipe ANSI((char *, STRINGPTR, int, int)); t_attr Rcp_attribute ANSI((char *)); -void main ANSI((int, char **)); FILE *Openfile ANSI((char *, int, int)); FILE *Closefile ANSI(()); FILE *Search_file ANSI((char *, char **)); |