aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2008-04-05 20:18:32 +0000
committerMiles Bader2008-04-05 20:18:32 +0000
commit80d0c8d97f92dda8a0b337d9859c3561ee198dcc (patch)
treec3c23e1557191cdafa8608fde46f59a5d945cf42
parentd37ded9e93c999c63bd33f6933b9dc0a2392eaf4 (diff)
downloademacs-80d0c8d97f92dda8a0b337d9859c3561ee198dcc.tar.gz
emacs-80d0c8d97f92dda8a0b337d9859c3561ee198dcc.zip
Add arch tagline
-rw-r--r--nt/inc/sys/stat.h3
-rw-r--r--src/w32uniscribe.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h
index eda8147da39..89b2bfe3182 100644
--- a/nt/inc/sys/stat.h
+++ b/nt/inc/sys/stat.h
@@ -57,3 +57,6 @@ _CRTIMP int __cdecl __MINGW_NOTHROW chmod (const char*, int);
57_CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); 57_CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*);
58 58
59#endif /* INC_SYS_STAT_H_ */ 59#endif /* INC_SYS_STAT_H_ */
60
61/* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42
62 (do not change this comment) */
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index dbf26011ff1..320862167ec 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -874,3 +874,6 @@ syms_of_w32uniscribe ()
874} 874}
875 875
876#endif /* USE_FONT_BACKEND */ 876#endif /* USE_FONT_BACKEND */
877
878/* arch-tag: 9530f0e1-7471-47dd-a780-94330af87ea0
879 (do not change this comment) */