summaryrefslogtreecommitdiff
path: root/dmake/winnt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:56:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:56:24 +0000
commita83834272487d8bbdc48c5600dc8c8c9c2ae3045 (patch)
treed1ce7b2d28b4a31f4202896f3c519052aa8244ed /dmake/winnt
parent5225d93b9779abb3a0b309483ce3a4e45e12679b (diff)
INTEGRATION: CWS mh11rc (1.3.8); FILE MERGED
2003/06/06 09:59:26 mh 1.3.8.1: join: from beta2
Diffstat (limited to 'dmake/winnt')
-rw-r--r--dmake/winnt/borland/bcc50/public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/winnt/borland/bcc50/public.h b/dmake/winnt/borland/bcc50/public.h
index 921494d5afc2..7d1d404af6ea 100644
--- a/dmake/winnt/borland/bcc50/public.h
+++ b/dmake/winnt/borland/bcc50/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.3 2003-03-25 14:02:55 hr Exp $
+/* RCS $Id: public.h,v 1.4 2003-06-12 10:56:24 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 **));