Commit 5ac38d52 by Bruce Korb Committed by Bruce Korb

reg_syntax_t re_syntax_options must be static scope

From-SVN: r33825
parent ac83e16b
2000-05-10 Bruce Korb <bkorb@gnu.org>
* fixinc/gnu-regex.c: reg_syntax_t re_syntax_options must be static
2000-05-10 Eric Schweitz <schweitz@nortelnetworks.com> 2000-05-10 Eric Schweitz <schweitz@nortelnetworks.com>
* dwarfout.c (dwarfout_finish): Call retry_incomplete_types * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
......
...@@ -965,7 +965,7 @@ printchar (c) ...@@ -965,7 +965,7 @@ printchar (c)
syntax, so it can be changed between regex compilations. */ syntax, so it can be changed between regex compilations. */
/* This has no initializer because initialized variables in Emacs /* This has no initializer because initialized variables in Emacs
become read-only after dumping. */ become read-only after dumping. */
reg_syntax_t re_syntax_options; static reg_syntax_t re_syntax_options;
/* Specify the precise syntax of regexps for compilation. This provides /* Specify the precise syntax of regexps for compilation. This provides
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment