aboutsummaryrefslogtreecommitdiff
path: root/README.submodule
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-01-03 13:31:53 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-01-03 13:31:53 +0200
commitb74252278ec81bea7b4a295d1cd49134ef03ee7c (patch)
treefd672a02036d721c30df79c67e3e78944c3867df /README.submodule
parent1d9ad0a97161772e423160d13209676778d6fca1 (diff)
downloadgrecs-b74252278ec81bea7b4a295d1cd49134ef03ee7c.tar.gz
grecs-b74252278ec81bea7b4a295d1cd49134ef03ee7c.tar.bz2
Implement "inactive" statements.
* README.submodule: Minor change. * src/format.c (grecs_print_simple_statement): Mark inactive statements as such. (grecs_print_statement_array): Fix type comparison. Return immediately if given a NULL argument. * src/grecs.h (GRECS_INAC): New flag. * src/tree.c (find_keyword): Avoid coredump if cursect->kwd is NULL. (reduceproc): Skip inactive statements.
Diffstat (limited to 'README.submodule')
-rw-r--r--README.submodule2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.submodule b/README.submodule
index 7c93616..042e89c 100644
--- a/README.submodule
+++ b/README.submodule
@@ -32,7 +32,7 @@ recursively, joining several trees together, reductions, etc.
1. Install grecs as a submodule:
- git submodule git://git.gnu.org.ua/grecs.git grecs
+ git submodule add git://git.gnu.org.ua/grecs.git grecs
2. Add a call to GRECS_SETUP to your configure.ac. It can be as
simple as:

Return to:

Send suggestions and report system problems to the System administrator.