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
d43c06d6
Commit
d43c06d6
authored
May 06, 2010
by
Dan Nicolaescu
Browse files
* Makefile.in (STARTFILES): Conditionally define to make the usage clear.
* s/gnu.h (START_FILES): Remove empty definition.
parent
3e56b11d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+4
-1
src/s/gnu.h
src/s/gnu.h
+0
-2
No files found.
src/ChangeLog
View file @
d43c06d6
2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (STARTFILES): Conditionally define to make the usage clear.
* s/gnu.h (START_FILES): Remove empty definition.
2010-05-06 Jan Djärv <jan.h.d@swipnet.se>
* xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
...
...
src/Makefile.in
View file @
d43c06d6
...
...
@@ -212,8 +212,11 @@ DEPFLAGS = -MMD -MF deps/$*.d
#define LD_SWITCH_X_SITE
#endif
#ifdef START_FILES
STARTFILES
=
START_FILES
#else
STARTFILES
=
#endif
#ifdef NS_IMPL_GNUSTEP
/*
Pull
in
stuff
from
GNUstep-make.
*/
...
...
src/s/gnu.h
View file @
d43c06d6
...
...
@@ -44,8 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define ORDINARY_LINK
#define DATA_START ({ extern int data_start; (char *) &data_start; })
#define START_FILES
/* Some losing code fails to include this and then assumes
that because it is braindead that O_RDONLY==0. */
#ifndef NOT_C_CODE
...
...
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