diff options
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index a4dba435b4a..89667b2febc 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -5403,7 +5403,7 @@ For internal use. */); | |||
| 5403 | doc: /* When non-nil assume the file being compiled to | 5403 | doc: /* When non-nil assume the file being compiled to |
| 5404 | be preloaded. */); | 5404 | be preloaded. */); |
| 5405 | 5405 | ||
| 5406 | Fprovide (intern_c_string ("nativecomp"), Qnil); | 5406 | Fprovide (intern_c_string ("native-compile"), Qnil); |
| 5407 | #endif /* #ifdef HAVE_NATIVE_COMP */ | 5407 | #endif /* #ifdef HAVE_NATIVE_COMP */ |
| 5408 | 5408 | ||
| 5409 | defsubr (&Snative_comp_available_p); | 5409 | defsubr (&Snative_comp_available_p); |