projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee525b
)
[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
author
Jim Meyering
<jim@meyering.net>
Sun, 2 Dec 2001 17:46:54 +0000
(17:46 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 2 Dec 2001 17:46:54 +0000
(17:46 +0000)
lib/regex.c
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index 3e9beb13c0f7a5aad34c662475812281d00be3ed..9167cbc882810a8d3bda20f76f2ed42b67892fac 100644
(file)
--- a/
lib/regex.c
+++ b/
lib/regex.c
@@
-112,6
+112,13
@@
# define gettext_noop(String) String
# endif
+/* Support for bounded pointers. */
+# ifndef __BOUNDED_POINTERS__
+# define __bounded /* nothing */
+# define __unbounded /* nothing */
+# define __ptrvalue /* nothing */
+# endif
+
/* The `emacs' switch turns on certain matching commands
that make sense only in Emacs. */
# ifdef emacs