diff options
author | Paul Smith <psmith@gnu.org> | 2012-03-04 08:58:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-03-04 08:58:44 +0000 |
commit | 76827d7c10c2708a3147171b02bfe3981492a38f (patch) | |
tree | 1e60aeb7b2ab1bc2573b9d436b539b0f6f52f160 /ChangeLog | |
parent | eb632d7676e92fd5750413ab6a6d16f3a6fda5c4 (diff) | |
download | gunmake-76827d7c10c2708a3147171b02bfe3981492a38f.tar.gz |
Create a new CSTRLEN (constant string length) macro, and use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-03-04 Paul Smith <psmith@gnu.org> + * make.h (CSTRLEN): Determine the length of a constant string. + * main.c: Use the new macro. + * read.c: Ditto. + * variable.h: Ditto. + * function.c: Simplify checks for function alternatives. + * expand.c (variable_append): If the current set is local and the next one is not a parent, then treat the next set as local as well. Fixes Savannah bug #35468. |