diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-20 13:16:46 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-20 13:16:46 -0500 |
commit | 51fb930ef2ec8c479fb113ae6b3d5549a0bab892 (patch) | |
tree | 5d8fdb41d3bec8bead6760855843d73e9afbc287 /function.c | |
parent | a45f25ece30e4101ae77c90d2270d253ea9a82ec (diff) | |
download | gunmake-51fb930ef2ec8c479fb113ae6b3d5549a0bab892.tar.gz |
Rename struct floc to typedef gmk_floc as an externally scoped symbol.
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2484,7 +2484,7 @@ func_call (char *o, char **argv, const char *funcname UNUSED) } void -define_new_function(const struct floc *flocp, +define_new_function(const gmk_floc *flocp, const char *name, int min, int max, int expand, char *(*func)(char *, char **, const char *)) { |