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
628e219f
Commit
628e219f
authored
Nov 23, 2010
by
Eli Zaretskii
Browse files
Fix compilation on Windows following 2010-11-23T18:47:23Z!dann@ics.uci.edu.
config.nt (EXTERNALLY_VISIBLE): Define.
parent
b29116ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/config.nt
nt/config.nt
+6
-0
No files found.
nt/ChangeLog
View file @
628e219f
2010-11-23 Eli Zaretskii <eliz@gnu.org>
* config.nt (EXTERNALLY_VISIBLE): Define.
2010-10-13 Juanma Barranquero <lekktu@gmail.com>
* INSTALL: Refer to `dynamic-library-alist'.
...
...
nt/config.nt
View file @
628e219f
...
...
@@ -281,6 +281,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define INLINE
#endif
#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
#define EXTERNALLY_VISIBLE __attribute__((externally_visible))
#else
#define EXTERNALLY_VISIBLE
#endif
#undef EMACS_CONFIGURATION
#undef EMACS_CONFIG_OPTIONS
...
...
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