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
b9465836
Commit
b9465836
authored
Apr 12, 2010
by
Dan Nicolaescu
Browse files
* Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
parent
e18006e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile.in
src/Makefile.in
+5
-0
No files found.
src/ChangeLog
View file @
b9465836
2010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
Remove C_SWITCH_SYSTEM_TEMACS.
...
...
src/Makefile.in
View file @
b9465836
...
...
@@ -94,6 +94,11 @@ SHELL=/bin/sh
DEPFLAGS
=
-MMD
-MF
deps/
$*
.d
#endif
/*
Undefine
until
the
user
can
be
moved
in
the
non-cpp
section.
*/
#undef C_SWITCH_SYSTEM
#undef C_SWITCH_MACHINE
#undef C_SWITCH_X_SITE
/*
Do
not
let
the
file
name
mktime.c
get
messed
up.
*/
#ifdef mktime
#undef mktime
...
...
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