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
d9ad9160
Commit
d9ad9160
authored
Aug 28, 2007
by
Dan Nicolaescu
Browse files
Undo undocumented change.
parent
9be00d9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/intervals.h
src/intervals.h
+1
-1
No files found.
src/intervals.h
View file @
d9ad9160
...
...
@@ -88,7 +88,7 @@ struct interval
#ifdef ENABLE_CHECKING
#define NULL_INTERVAL_P(i) \
(
(void)
CHECK (!INT_LISPLIKE (i), "non-interval"), (i) == NULL_INTERVAL)
(CHECK (!INT_LISPLIKE (i), "non-interval"), (i) == NULL_INTERVAL)
/* old #define NULL_INTERVAL_P(i) ((i) == NULL_INTERVAL || INT_LISPLIKE (i)) */
#else
#define NULL_INTERVAL_P(i) ((i) == NULL_INTERVAL)
...
...
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