summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:23:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:23:47 +0000
commit054a12bffd107cd2cd794cbe6ad6fbf2bbc5ff5d (patch)
treedd5eeddc641922dd9271fac89135abcb715ab378
parent589f24ca1d46ce051902ee4a5009ce880400a5c6 (diff)
INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/05/03 21:47:14 vq 1.3.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.
-rw-r--r--dmake/imacs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/dmake/imacs.c b/dmake/imacs.c
index b3c03e8ff5ac..5c56416a0a2b 100644
--- a/dmake/imacs.c
+++ b/dmake/imacs.c
@@ -1,4 +1,4 @@
-/* RCS $Id: imacs.c,v 1.3 2006-04-20 12:00:37 hr Exp $
+/* RCS $Id: imacs.c,v 1.4 2006-06-29 11:23:47 ihi Exp $
--
-- SYNOPSIS
-- Define default internal macros.
@@ -32,11 +32,11 @@ static void _set_int_var ANSI((char *, char *, int, int *));
static void _set_string_var ANSI((char *, char *, int, char **));
static void _set_bit_var ANSI((char *, char *, int));
-/*
-** Arrange to parse the strings stored in Rules[]
-*/
+
PUBLIC void
-Make_rules()
+Make_rules()/*
+==============
+ Parse the strings stored in Rule_tab (from ruletab.c). */
{
Parse(NIL(FILE));
}