aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index fd20ecce696..73ddb021e23 100644
--- a/src/data.c
+++ b/src/data.c
@@ -265,6 +265,8 @@ for example, (type-of 1) returns `integer'. */)
265 } 265 }
266 case PVEC_MODULE_FUNCTION: 266 case PVEC_MODULE_FUNCTION:
267 return Qmodule_function; 267 return Qmodule_function;
268 case PVEC_NATIVE_COMP_UNIT:
269 return Qnative_comp_unit;
268 case PVEC_XWIDGET: 270 case PVEC_XWIDGET:
269 return Qxwidget; 271 return Qxwidget;
270 case PVEC_XWIDGET_VIEW: 272 case PVEC_XWIDGET_VIEW:
@@ -3876,6 +3878,7 @@ syms_of_data (void)
3876 DEFSYM (Qoverlay, "overlay"); 3878 DEFSYM (Qoverlay, "overlay");
3877 DEFSYM (Qfinalizer, "finalizer"); 3879 DEFSYM (Qfinalizer, "finalizer");
3878 DEFSYM (Qmodule_function, "module-function"); 3880 DEFSYM (Qmodule_function, "module-function");
3881 DEFSYM (Qnative_comp_unit, "native-comp-unit");
3879 DEFSYM (Quser_ptr, "user-ptr"); 3882 DEFSYM (Quser_ptr, "user-ptr");
3880 DEFSYM (Qfloat, "float"); 3883 DEFSYM (Qfloat, "float");
3881 DEFSYM (Qwindow_configuration, "window-configuration"); 3884 DEFSYM (Qwindow_configuration, "window-configuration");