diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /mac | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 2 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Resources/Emacs.rsrc | bin | 6058 -> 0 bytes | |||
| -rw-r--r-- | mac/inc/alloca.h | 3 | ||||
| -rw-r--r-- | mac/inc/config.h | 3 | ||||
| -rw-r--r-- | mac/inc/defs-cw6.h | 3 | ||||
| -rw-r--r-- | mac/inc/dirent.h | 3 | ||||
| -rw-r--r-- | mac/inc/epaths.h | 3 | ||||
| -rw-r--r-- | mac/inc/m-mac.h | 3 | ||||
| -rw-r--r-- | mac/inc/pwd.h | 3 | ||||
| -rw-r--r-- | mac/inc/s-mac.h | 3 | ||||
| -rw-r--r-- | mac/inc/sys/file.h | 3 | ||||
| -rw-r--r-- | mac/inc/sys/ioctl.h | 3 | ||||
| -rw-r--r-- | mac/inc/sys/param.h | 3 | ||||
| -rw-r--r-- | mac/inc/sys/stat.h | 3 | ||||
| -rw-r--r-- | mac/inc/sys/time.h | 3 | ||||
| -rw-r--r-- | mac/inc/sys/types.h | 3 | ||||
| -rw-r--r-- | mac/inc/termio.h | 3 | ||||
| -rw-r--r-- | mac/inc/utime.h | 3 | ||||
| -rw-r--r-- | mac/inc/utsname.h | 3 | ||||
| -rwxr-xr-x | mac/make-package | 1 | ||||
| -rw-r--r-- | mac/makefile.MPW | 1 | ||||
| -rw-r--r-- | mac/src/chdir.c | 3 |
22 files changed, 0 insertions, 58 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 869ee8a4158..6e8bff007ea 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -619,5 +619,3 @@ | |||
| 619 | Copyright (C) 2001 Free Software Foundation, Inc. | 619 | Copyright (C) 2001 Free Software Foundation, Inc. |
| 620 | Copying and distribution of this file, with or without modification, | 620 | Copying and distribution of this file, with or without modification, |
| 621 | are permitted provided the copyright notice and this notice are preserved. | 621 | are permitted provided the copyright notice and this notice are preserved. |
| 622 | |||
| 623 | ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf | ||
diff --git a/mac/Emacs.app/Contents/Resources/Emacs.rsrc b/mac/Emacs.app/Contents/Resources/Emacs.rsrc deleted file mode 100644 index 1a017ac4fe4..00000000000 --- a/mac/Emacs.app/Contents/Resources/Emacs.rsrc +++ /dev/null | |||
| Binary files differ | |||
diff --git a/mac/inc/alloca.h b/mac/inc/alloca.h index c216231eb46..f0b1e76fbf3 100644 --- a/mac/inc/alloca.h +++ b/mac/inc/alloca.h | |||
| @@ -27,6 +27,3 @@ void *__alloca(size_t size); | |||
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | #endif | 29 | #endif |
| 30 | |||
| 31 | /* arch-tag: 8d4114d1-633e-49e7-8f18-b5648f9c4511 | ||
| 32 | (do not change this comment) */ | ||
diff --git a/mac/inc/config.h b/mac/inc/config.h index b7257f35f35..beb8c0a6373 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h | |||
| @@ -570,6 +570,3 @@ extern char *getenv (); | |||
| 570 | /* #define GLYPH_DEBUG 1 */ | 570 | /* #define GLYPH_DEBUG 1 */ |
| 571 | 571 | ||
| 572 | #define NO_RETURN /* nothing */ | 572 | #define NO_RETURN /* nothing */ |
| 573 | |||
| 574 | /* arch-tag: 2596b649-b569-448e-8880-373d2a9909b7 | ||
| 575 | (do not change this comment) */ | ||
diff --git a/mac/inc/defs-cw6.h b/mac/inc/defs-cw6.h index da8d442126e..e8d8abb8750 100644 --- a/mac/inc/defs-cw6.h +++ b/mac/inc/defs-cw6.h | |||
| @@ -24,6 +24,3 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |||
| 24 | 24 | ||
| 25 | #define MAC_OS8 1 | 25 | #define MAC_OS8 1 |
| 26 | #define MAC_OS 1 | 26 | #define MAC_OS 1 |
| 27 | |||
| 28 | /* arch-tag: 4aa4fcea-3a95-433d-a7d6-b029afca17f1 | ||
| 29 | (do not change this comment) */ | ||
diff --git a/mac/inc/dirent.h b/mac/inc/dirent.h index 5e1b3a66603..59b0c44cc41 100644 --- a/mac/inc/dirent.h +++ b/mac/inc/dirent.h | |||
| @@ -46,6 +46,3 @@ extern int closedir(DIR *); | |||
| 46 | extern struct dirent *readdir(DIR *); | 46 | extern struct dirent *readdir(DIR *); |
| 47 | 47 | ||
| 48 | #endif /* _DIRENT_H */ | 48 | #endif /* _DIRENT_H */ |
| 49 | |||
| 50 | /* arch-tag: ec3116df-70f9-4a4a-b6d0-1858aaa9ea22 | ||
| 51 | (do not change this comment) */ | ||
diff --git a/mac/inc/epaths.h b/mac/inc/epaths.h index 8c9bbd2f8ba..0ec9da70a2b 100644 --- a/mac/inc/epaths.h +++ b/mac/inc/epaths.h | |||
| @@ -59,6 +59,3 @@ Boston, MA 02111-1307, USA. */ | |||
| 59 | 59 | ||
| 60 | /* Where Emacs should look for the application default file. */ | 60 | /* Where Emacs should look for the application default file. */ |
| 61 | /* #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" */ | 61 | /* #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" */ |
| 62 | |||
| 63 | /* arch-tag: 32e95134-dfe4-47be-be28-e8cbf78505b6 | ||
| 64 | (do not change this comment) */ | ||
diff --git a/mac/inc/m-mac.h b/mac/inc/m-mac.h index f3f6f084b34..9e257a3121b 100644 --- a/mac/inc/m-mac.h +++ b/mac/inc/m-mac.h | |||
| @@ -138,6 +138,3 @@ Boston, MA 02111-1307, USA. */ | |||
| 138 | extern int sign_extend_temp; | 138 | extern int sign_extend_temp; |
| 139 | #endif | 139 | #endif |
| 140 | #endif | 140 | #endif |
| 141 | |||
| 142 | /* arch-tag: 9e759031-ab7b-4c76-99d7-3ae94a98de38 | ||
| 143 | (do not change this comment) */ | ||
diff --git a/mac/inc/pwd.h b/mac/inc/pwd.h index b5eba307824..dedc8091c45 100644 --- a/mac/inc/pwd.h +++ b/mac/inc/pwd.h | |||
| @@ -35,6 +35,3 @@ struct passwd *getpwuid(uid_t); | |||
| 35 | struct passwd *getpwnam(const char *); | 35 | struct passwd *getpwnam(const char *); |
| 36 | 36 | ||
| 37 | #endif /* _PWD_H */ | 37 | #endif /* _PWD_H */ |
| 38 | |||
| 39 | /* arch-tag: e169cad7-12ca-4660-a35e-36f80d5d345f | ||
| 40 | (do not change this comment) */ | ||
diff --git a/mac/inc/s-mac.h b/mac/inc/s-mac.h index c187944ae6b..35143ddf267 100644 --- a/mac/inc/s-mac.h +++ b/mac/inc/s-mac.h | |||
| @@ -318,6 +318,3 @@ extern double atof (const char *); | |||
| 318 | #define volatile | 318 | #define volatile |
| 319 | 319 | ||
| 320 | #define SYMS_SYSTEM syms_of_mac() | 320 | #define SYMS_SYSTEM syms_of_mac() |
| 321 | |||
| 322 | /* arch-tag: 6a941c4b-a419-4d25-80ac-9335053e58b2 | ||
| 323 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/file.h b/mac/inc/sys/file.h index 0566b63cd58..b33f8aaa9cc 100644 --- a/mac/inc/sys/file.h +++ b/mac/inc/sys/file.h | |||
| @@ -57,6 +57,3 @@ int pause(void); | |||
| 57 | char *getwd(char *); | 57 | char *getwd(char *); |
| 58 | 58 | ||
| 59 | #endif /* _SYS_FILE_H */ | 59 | #endif /* _SYS_FILE_H */ |
| 60 | |||
| 61 | /* arch-tag: c3a653d5-f228-4d62-a47c-0398015195de | ||
| 62 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/ioctl.h b/mac/inc/sys/ioctl.h index 36a921f2a1e..ae1a76b7a0f 100644 --- a/mac/inc/sys/ioctl.h +++ b/mac/inc/sys/ioctl.h | |||
| @@ -29,6 +29,3 @@ int ioctl(int, int, void *); | |||
| 29 | #define TCGETA 2 | 29 | #define TCGETA 2 |
| 30 | 30 | ||
| 31 | #endif /* _SYS_IOCTL_H */ | 31 | #endif /* _SYS_IOCTL_H */ |
| 32 | |||
| 33 | /* arch-tag: fa0c3dda-dbe0-4a49-86c4-7516c83c3c8c | ||
| 34 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/param.h b/mac/inc/sys/param.h index a0e3c6d6f26..247f3971a4c 100644 --- a/mac/inc/sys/param.h +++ b/mac/inc/sys/param.h | |||
| @@ -26,6 +26,3 @@ Boston, MA 02111-1307, USA. */ | |||
| 26 | #define MAXPATHLEN 255 | 26 | #define MAXPATHLEN 255 |
| 27 | 27 | ||
| 28 | #endif /* _SYS_PARAM_H */ | 28 | #endif /* _SYS_PARAM_H */ |
| 29 | |||
| 30 | /* arch-tag: dceae288-b9cf-4a8f-a780-bca2cadf0c47 | ||
| 31 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/stat.h b/mac/inc/sys/stat.h index b72385c1b4d..0f9ee79dab1 100644 --- a/mac/inc/sys/stat.h +++ b/mac/inc/sys/stat.h | |||
| @@ -84,6 +84,3 @@ struct stat { | |||
| 84 | #endif /* __MRC__ */ | 84 | #endif /* __MRC__ */ |
| 85 | 85 | ||
| 86 | #endif /* _SYS_STAT_H */ | 86 | #endif /* _SYS_STAT_H */ |
| 87 | |||
| 88 | /* arch-tag: b7da83f5-3d3f-4b19-9cd2-790dd87145e4 | ||
| 89 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/time.h b/mac/inc/sys/time.h index b80135b7b5e..b9936e92075 100644 --- a/mac/inc/sys/time.h +++ b/mac/inc/sys/time.h | |||
| @@ -29,6 +29,3 @@ struct timeval { | |||
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | #endif /* _SYS_TYPES_H */ | 31 | #endif /* _SYS_TYPES_H */ |
| 32 | |||
| 33 | /* arch-tag: f85ed04d-0e99-4f97-892b-fe029d0e92f9 | ||
| 34 | (do not change this comment) */ | ||
diff --git a/mac/inc/sys/types.h b/mac/inc/sys/types.h index 0d647d16c9e..9f358b2a4e8 100644 --- a/mac/inc/sys/types.h +++ b/mac/inc/sys/types.h | |||
| @@ -38,6 +38,3 @@ typedef unsigned long mode_t; | |||
| 38 | #endif /* __MRC__ */ | 38 | #endif /* __MRC__ */ |
| 39 | 39 | ||
| 40 | #endif /* _SYS_TYPES_H */ | 40 | #endif /* _SYS_TYPES_H */ |
| 41 | |||
| 42 | /* arch-tag: d4b69a6a-b2ff-4be2-a152-a162af81d823 | ||
| 43 | (do not change this comment) */ | ||
diff --git a/mac/inc/termio.h b/mac/inc/termio.h index 3996351a79a..7d423630c93 100644 --- a/mac/inc/termio.h +++ b/mac/inc/termio.h | |||
| @@ -66,6 +66,3 @@ struct termio { | |||
| 66 | #define TCSETAF 5 | 66 | #define TCSETAF 5 |
| 67 | 67 | ||
| 68 | #endif /* _SYS_TERMIO_H */ | 68 | #endif /* _SYS_TERMIO_H */ |
| 69 | |||
| 70 | /* arch-tag: 0e7a100d-2ac0-412e-9dc4-52e39ef43e14 | ||
| 71 | (do not change this comment) */ | ||
diff --git a/mac/inc/utime.h b/mac/inc/utime.h index a6ce81af1ee..1a7f9253296 100644 --- a/mac/inc/utime.h +++ b/mac/inc/utime.h | |||
| @@ -35,6 +35,3 @@ struct utimbuf { | |||
| 35 | int utime(const char *path, const struct utimbuf *buf); | 35 | int utime(const char *path, const struct utimbuf *buf); |
| 36 | 36 | ||
| 37 | #endif | 37 | #endif |
| 38 | |||
| 39 | /* arch-tag: 52dc3f6b-6122-4568-8f09-a5a56de6a324 | ||
| 40 | (do not change this comment) */ | ||
diff --git a/mac/inc/utsname.h b/mac/inc/utsname.h index e1fe3217ea6..0469fcf9eab 100644 --- a/mac/inc/utsname.h +++ b/mac/inc/utsname.h | |||
| @@ -30,6 +30,3 @@ struct utsname { | |||
| 30 | int uname(struct utsname *name); | 30 | int uname(struct utsname *name); |
| 31 | 31 | ||
| 32 | #endif | 32 | #endif |
| 33 | |||
| 34 | /* arch-tag: 8a013744-4d43-4084-8e2f-d3fb66c83160 | ||
| 35 | (do not change this comment) */ | ||
diff --git a/mac/make-package b/mac/make-package index d9186605386..b3911afa0da 100755 --- a/mac/make-package +++ b/mac/make-package | |||
| @@ -425,5 +425,4 @@ rm ${builddir}/mac/EmacsRW.dmg | |||
| 425 | echo "Cleaning up the staging directory" | 425 | echo "Cleaning up the staging directory" |
| 426 | rm -rf ${builddir}/mac/Emacs.pkg ${removable_build_dir} | 426 | rm -rf ${builddir}/mac/Emacs.pkg ${removable_build_dir} |
| 427 | 427 | ||
| 428 | # arch-tag: 1b631d0d-9fde-4f71-80c0-33e0e5815515 | ||
| 429 | ### make-package ends here | 428 | ### make-package ends here |
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 063e63e1759..d170750679f 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -1123,4 +1123,3 @@ Make-DocFile Ä {Make-DocFileDir}Make-DocFile | |||
| 1123 | "{Source}chdir.c.x" Ä {Makefile} "{Source}chdir.c" | 1123 | "{Source}chdir.c.x" Ä {Makefile} "{Source}chdir.c" |
| 1124 | {PPCC} "{Source}chdir.c" -o "{Source}chdir.c.x" {Make-DocFile-PPCCOptions} | 1124 | {PPCC} "{Source}chdir.c" -o "{Source}chdir.c.x" {Make-DocFile-PPCCOptions} |
| 1125 | 1125 | ||
| 1126 | # arch-tag: c9d9bc1a-142f-41da-b75e-79e0c44ffbb4 | ||
diff --git a/mac/src/chdir.c b/mac/src/chdir.c index a982e941f98..cfa77c8c44c 100644 --- a/mac/src/chdir.c +++ b/mac/src/chdir.c | |||
| @@ -41,6 +41,3 @@ int chdir(const char *path) | |||
| 41 | 41 | ||
| 42 | return error == noErr ? 0 : -1; | 42 | return error == noErr ? 0 : -1; |
| 43 | } | 43 | } |
| 44 | |||
| 45 | /* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1 | ||
| 46 | (do not change this comment) */ | ||