aboutsummaryrefslogtreecommitdiffstats
path: root/mac/inc/config.h
diff options
context:
space:
mode:
authorAndrew Choi <[email protected]>2002-04-26 23:39:06 +0000
committerAndrew Choi <[email protected]>2002-04-26 23:39:06 +0000
commite0f712ba55fa0d073f6ab93606e428f61fc7caf2 (patch)
tree7dc6d3403fafcbee1a83288ac840f7eba1d92b44 /mac/inc/config.h
parent501d8923ae2cdec4ef50f050bb66d3715ba2a8f6 (diff)
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
Diffstat (limited to 'mac/inc/config.h')
-rw-r--r--mac/inc/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h
index aeb4a8aaad..a536ee9e87 100644
--- a/mac/inc/config.h
+++ b/mac/inc/config.h
@@ -20,6 +20,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* Contributed by Andrew Choi ([email protected]). */
+
/* No code in Emacs #includes config.h twice, but some of the code
intended to work with other packages as well (like gmalloc.c)
@@ -567,4 +569,4 @@ extern char *getenv ();
/* #define GLYPH_DEBUG 1 */
-#define NO_RETURN /* nothing */ \ No newline at end of file
+#define NO_RETURN /* nothing */