aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorSteven Tamm2004-02-26 17:46:48 +0000
committerSteven Tamm2004-02-26 17:46:48 +0000
commite35644615b2a506daa457cbc5613ba8d16a46be6 (patch)
treec9a8a5555b8bffd7808612c10958a1cd96a7a75f /src/s
parentaf617d0febe392e1d55978df89a73f6c2fca74d4 (diff)
downloademacs-e35644615b2a506daa457cbc5613ba8d16a46be6.tar.gz
emacs-e35644615b2a506daa457cbc5613ba8d16a46be6.zip
Inserting Yamomotosan's changes for MacOSX image support, better support
of Asian fonts, and some long awaited header cleanup and centralization.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index abc56901e17..814de2c2c51 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -247,7 +247,7 @@ Boston, MA 02111-1307, USA. */
247 page) to leave room at the end of the header for adding load 247 page) to leave room at the end of the header for adding load
248 commands. Needed for dumping. 0x690 is the total size of 30 248 commands. Needed for dumping. 0x690 is the total size of 30
249 segment load commands (at 56 each). */ 249 segment load commands (at 56 each). */
250#define LD_SWITCH_SYSTEM_TEMACS -prebind -framework Carbon -lstdc++ -Xlinker -headerpad -Xlinker 690 250#define LD_SWITCH_SYSTEM_TEMACS -prebind -framework Carbon -framework QuickTime -lstdc++ -Xlinker -headerpad -Xlinker 690
251 251
252#define C_SWITCH_SYSTEM_TEMACS -Dtemacs 252#define C_SWITCH_SYSTEM_TEMACS -Dtemacs
253 253