diff options
Diffstat (limited to 'src/mocklisp.c')
| -rw-r--r-- | src/mocklisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mocklisp.c b/src/mocklisp.c index 353d4da0e43..5e86a8fe4d3 100644 --- a/src/mocklisp.c +++ b/src/mocklisp.c @@ -194,7 +194,7 @@ If either FROM or LENGTH is negative, the length of STRING is added to it.") XSETINT (to, XINT (to) + XINT (from)); return Fsubstring (string, from, to); } -#endif NOTDEF +#endif /* 0 */ DEFUN ("insert-string", Finsert_string, Sinsert_string, 0, MANY, 0, "Mocklisp-compatibility insert function.\n\ Like the function `insert' except that any argument that is a number\n\ |
