diff options
author | Miles Bader <miles@gnu.org> | 2006-09-24 13:21:48 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-09-24 13:21:48 +0000 |
commit | 95c9f534a5c9a66f7daec996c846a9b559cf9a14 (patch) | |
tree | 4892ba2a39960c3a208fba30a173e58ae10ac186 /nt | |
parent | 8f59d60237e5d8762d44ae1c43ef39e84dc397eb (diff) | |
download | emacs-95c9f534a5c9a66f7daec996c846a9b559cf9a14.tar.gz |
Add arch tagline
Diffstat (limited to 'nt')
-rw-r--r-- | nt/inc/langinfo.h | 3 | ||||
-rw-r--r-- | nt/inc/nl_types.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/inc/langinfo.h b/nt/inc/langinfo.h index 7215e116698..9661a4833d2 100644 --- a/nt/inc/langinfo.h +++ b/nt/inc/langinfo.h @@ -59,3 +59,6 @@ enum { extern char *nl_langinfo (nl_item); #endif /* _LANGINFO_H */ + +/* arch-tag: a8917b7c-fb2c-4685-902b-742d0f67661b + (do not change this comment) */ diff --git a/nt/inc/nl_types.h b/nt/inc/nl_types.h index c50885eb1c8..31c21be00bb 100644 --- a/nt/inc/nl_types.h +++ b/nt/inc/nl_types.h @@ -24,3 +24,6 @@ Boston, MA 02110-1301, USA. */ typedef int nl_item; #endif /* _NL_TYPES_H */ + +/* arch-tag: 518aa765-b846-4a7a-a862-95fd022928a1 + (do not change this comment) */ |