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
2629aa37
Commit
2629aa37
authored
Oct 20, 2009
by
Juanma Barranquero
Browse files
* fns.c: Add #endif accidentally removed in previous change.
parent
6131a096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/fns.c
src/fns.c
+1
-0
No files found.
src/ChangeLog
View file @
2629aa37
2009-10-20 Juanma Barranquero <lekktu@gmail.com>
* fns.c: Add #endif accidentally removed in previous change.
2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
* fns.c: Remove code for unsupported system: MAC_OS.
...
...
src/fns.c
View file @
2629aa37
...
...
@@ -46,6 +46,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#if defined (HAVE_X_WINDOWS)
#include "xterm.h"
#endif
#endif /* HAVE_MENUS */
#ifndef NULL
#define NULL ((POINTER_TYPE *)0)
...
...
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