diff options
author | Paul Smith <psmith@gnu.org> | 2012-01-30 01:40:56 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-01-30 01:40:56 +0000 |
commit | e3b394f3f0c01539efccfda8450b39d070cdc71d (patch) | |
tree | 5c55ac3f218b1ec22fa97b2b10a39b7fc0b7c652 /ChangeLog | |
parent | ef6461611b8fb7cd4a92168d4c319153462afb5a (diff) | |
download | gunmake-e3b394f3f0c01539efccfda8450b39d070cdc71d.tar.gz |
Map Guile variable objects to the empty string.
In Guile 2.0, (define ...) results in a variable object. Ensure make
converts that to an empty string to avoid spurious errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-01-29 Paul Smith <psmith@gnu.org> + * gmk-default.scm (to-string-maybe): Variables map to empty strings. + In Guile 2.0, (define ...) results in a variable object so make + sure that maps to an empty string in make. + * variable.c (parse_variable_definition): New POSIX assignment ::= Take a struct variable to return more information after parsing. (assign_variable_definition): New parse_variable_definition() call. |