summaryrefslogtreecommitdiff
path: root/libguile/posix.c
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>2000-01-11 21:47:57 +0000
committerGreg J. Badros <gjb@cs.washington.edu>2000-01-11 21:47:57 +0000
commit0f981281fd134c61c30fad8e25f26647890848d2 (patch)
tree0aeb4be29d73014f43a8347ffa30b8b8742962ab /libguile/posix.c
parente723f8de40a7b727c7c970cdaaf1e580b8720d66 (diff)
downloadguile-0f981281fd134c61c30fad8e25f26647890848d2.tar.gz
* guile-func-name-check.in: Added this script to statically check
#define FUNC_NAME, #undef FUNC_NAME in the source. * sort.c, posix.c: Fix #undef FUNC_NAME lines to not have trailing redundant comment, semicolon; caught by new guile-func-name-check script. * debug.c: Fix mistaken #define FUNC_NAME for scm_make_iloc. Caught by new guile-func-name-check-script. * Makefile.am: Added guile-func-name-check to bin_SCRIPTS * ramap.c: Fix #if 0'd out code to be syntactically acceptable to guile-func-name-check. * guile-doc-snarf.in: Run guile-func-name-check on the file before doing the snarf.
Diffstat (limited to 'libguile/posix.c')
-rw-r--r--libguile/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/posix.c b/libguile/posix.c
index 9b7abe591..3efc6aa02 100644
--- a/libguile/posix.c
+++ b/libguile/posix.c
@@ -1041,7 +1041,7 @@ the @code{tmpnam} function in the system libraries.")
SCM_SYSCALL (tmpnam (name););
return scm_makfrom0str (name);
}
-#undef FUNC_NAME;
+#undef FUNC_NAME
#endif