diff options
| author | Miles Bader | 2005-07-27 01:31:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-27 01:31:21 +0000 |
| commit | d7b7f3c485efff08112a2e9219458d57dff7c372 (patch) | |
| tree | ac228604ad959d19651d86ec036594b49cdab289 | |
| parent | 0488749139fc79dce965a1fa11b1e3fedc7ba616 (diff) | |
| download | emacs-d7b7f3c485efff08112a2e9219458d57dff7c372.tar.gz emacs-d7b7f3c485efff08112a2e9219458d57dff7c372.zip | |
Add arch tagline
| -rw-r--r-- | lib-src/getopt.c | 3 | ||||
| -rw-r--r-- | lib-src/getopt1.c | 3 | ||||
| -rw-r--r-- | lib-src/getopt_.h | 3 | ||||
| -rw-r--r-- | lib-src/getopt_int.h | 3 | ||||
| -rw-r--r-- | lib-src/gettext.h | 3 | ||||
| -rw-r--r-- | m4/getopt.m4 | 4 |
6 files changed, 19 insertions, 0 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index bcb81c83fe2..8cbe6e1a1da 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -1239,3 +1239,6 @@ main (int argc, char **argv) | |||
| 1239 | } | 1239 | } |
| 1240 | 1240 | ||
| 1241 | #endif /* TEST */ | 1241 | #endif /* TEST */ |
| 1242 | |||
| 1243 | /* arch-tag: 0e6da124-7269-4785-a9de-094c263d20dc | ||
| 1244 | (do not change this comment) */ | ||
diff --git a/lib-src/getopt1.c b/lib-src/getopt1.c index 5acd2245af0..40c1d1695d3 100644 --- a/lib-src/getopt1.c +++ b/lib-src/getopt1.c | |||
| @@ -172,3 +172,6 @@ main (int argc, char **argv) | |||
| 172 | } | 172 | } |
| 173 | 173 | ||
| 174 | #endif /* TEST */ | 174 | #endif /* TEST */ |
| 175 | |||
| 176 | /* arch-tag: 28a5c558-b0c0-4bff-b5bc-e2e20291d4b6 | ||
| 177 | (do not change this comment) */ | ||
diff --git a/lib-src/getopt_.h b/lib-src/getopt_.h index a4e78cb06bf..2c2c1d458ef 100644 --- a/lib-src/getopt_.h +++ b/lib-src/getopt_.h | |||
| @@ -225,3 +225,6 @@ extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, | |||
| 225 | #undef __need_getopt | 225 | #undef __need_getopt |
| 226 | 226 | ||
| 227 | #endif /* getopt.h */ | 227 | #endif /* getopt.h */ |
| 228 | |||
| 229 | /* arch-tag: e36f5607-3ac6-4cdc-9aa7-c26c6525fe9b | ||
| 230 | (do not change this comment) */ | ||
diff --git a/lib-src/getopt_int.h b/lib-src/getopt_int.h index 401579fd289..6d47d2f0b8c 100644 --- a/lib-src/getopt_int.h +++ b/lib-src/getopt_int.h | |||
| @@ -129,3 +129,6 @@ extern int _getopt_long_only_r (int ___argc, char **___argv, | |||
| 129 | struct _getopt_data *__data); | 129 | struct _getopt_data *__data); |
| 130 | 130 | ||
| 131 | #endif /* getopt_int.h */ | 131 | #endif /* getopt_int.h */ |
| 132 | |||
| 133 | /* arch-tag: 8bfc548f-23d6-46aa-b5b5-2739b0edaf79 | ||
| 134 | (do not change this comment) */ | ||
diff --git a/lib-src/gettext.h b/lib-src/gettext.h index 285cb314ce9..ba484b3d1d9 100644 --- a/lib-src/gettext.h +++ b/lib-src/gettext.h | |||
| @@ -76,3 +76,6 @@ | |||
| 76 | #define gettext_noop(String) String | 76 | #define gettext_noop(String) String |
| 77 | 77 | ||
| 78 | #endif /* _LIBGETTEXT_H */ | 78 | #endif /* _LIBGETTEXT_H */ |
| 79 | |||
| 80 | /* arch-tag: 3d01bb8e-82e3-4674-9812-de4c4224f7d1 | ||
| 81 | (do not change this comment) */ | ||
diff --git a/m4/getopt.m4 b/m4/getopt.m4 index 051c64905b0..dbcc44d9095 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 | |||
| @@ -76,3 +76,7 @@ AC_DEFUN([gl_GETOPT], [gl_GETOPT_IFELSE([gl_GETOPT_SUBSTITUTE])]) | |||
| 76 | 76 | ||
| 77 | # Prerequisites of lib/getopt*. | 77 | # Prerequisites of lib/getopt*. |
| 78 | AC_DEFUN([gl_PREREQ_GETOPT], [:]) | 78 | AC_DEFUN([gl_PREREQ_GETOPT], [:]) |
| 79 | |||
| 80 | ifelse(dnl Do not change this comment | ||
| 81 | arch-tag: 6c64a021-551c-4a7f-9c63-cd7e1ce54707 | ||
| 82 | )dnl | ||