diff options
-rw-r--r-- | src/data.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.c b/src/data.c index 596b7783747..7928a1dc41d 100644 --- a/src/data.c +++ b/src/data.c @@ -3836,9 +3836,7 @@ syms_of_data (void) DEFSYM (Qbool_vector_p, "bool-vector-p"); DEFSYM (Qchar_or_string_p, "char-or-string-p"); DEFSYM (Qmarkerp, "markerp"); -#ifdef HAVE_MODULES DEFSYM (Quser_ptrp, "user-ptrp"); -#endif DEFSYM (Qbuffer_or_string_p, "buffer-or-string-p"); DEFSYM (Qinteger_or_marker_p, "integer-or-marker-p"); DEFSYM (Qfboundp, "fboundp"); @@ -3933,9 +3931,7 @@ syms_of_data (void) DEFSYM (Qoverlay, "overlay"); DEFSYM (Qfinalizer, "finalizer"); DEFSYM (Qmodule_function, "module-function"); -#ifdef HAVE_MODULES DEFSYM (Quser_ptr, "user-ptr"); -#endif DEFSYM (Qfloat, "float"); DEFSYM (Qwindow_configuration, "window-configuration"); DEFSYM (Qprocess, "process"); |