summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:51:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:51:41 +0000
commit0ab040b303bb2c684b7de3f16044e71386f5635e (patch)
treef617d9f61cbad88be5e7d3ead3f699bf4ae46455
parent5007124d480ea97210afdf6cc3e825e741e2f968 (diff)
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:06 mh 1.3.8.1: join: from beta2
-rw-r--r--dmake/msdos/borland/tcc20/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/msdos/borland/tcc20/public.h b/dmake/msdos/borland/tcc20/public.h
index 9c2b46883ff6..b8abe3e37942 100644
--- a/dmake/msdos/borland/tcc20/public.h
+++ b/dmake/msdos/borland/tcc20/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:27 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:51:41 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
--
--
@@ -88,7 +88,7 @@ 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 **));
+int main ANSI((int, char **));
FILE *Openfile ANSI((char *, int, int));
FILE *Closefile ANSI(());
FILE *Search_file ANSI((char *, char **));