Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dfad0b34
Commit
dfad0b34
authored
Apr 27, 2005
by
Kim F. Storm
Browse files
(syms_of_data) Staticpro Qcyclic_variable_indirection.
parent
832e294f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/data.c
src/data.c
+1
-0
No files found.
src/data.c
View file @
dfad0b34
...
...
@@ -3181,6 +3181,7 @@ syms_of_data ()
staticpro
(
&
Qargs_out_of_range
);
staticpro
(
&
Qvoid_function
);
staticpro
(
&
Qcyclic_function_indirection
);
staticpro
(
&
Qcyclic_variable_indirection
);
staticpro
(
&
Qvoid_variable
);
staticpro
(
&
Qsetting_constant
);
staticpro
(
&
Qinvalid_read_syntax
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment