diff options
| author | Tom Yu <tlyu@mit.edu> | 2002-07-03 22:40:42 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2002-07-03 22:40:42 +0000 |
| commit | bc29722caef4b5866c6d60fb99eb79ff0758ea66 (patch) | |
| tree | 5a4fa4772fc2c7c855ae0481b7d2e6522693d6b2 /src/util/et/error_table.h | |
| parent | 1c307c6bd5e5a940d83cf4226bc10afe13983bcd (diff) | |
| download | krb5-bc29722caef4b5866c6d60fb99eb79ff0758ea66.tar.gz krb5-bc29722caef4b5866c6d60fb99eb79ff0758ea66.tar.xz krb5-bc29722caef4b5866c6d60fb99eb79ff0758ea66.zip | |
2002-07-03 Tom Yu <tlyu@mit.edu>
* Makefile.in: Fix rebuild rules et_?.perl -> et_?.pl. Also,
strip the "#!" line.
* error_table.h: Fix mac conditional, due to _et_list declaration
moving from et_c.awk
* et_c.perl, et_h.perl: Remove.
* et_c.pl, et_h.pl: Generate.
[porting some 1-2-2-branch changes]
* com_err.h: Windows should include <win-mac.h> as opposed
to <Kerberos5/win-mac.h>
* et_c.perl, et_h.perl:
Renamed to et_c.pl and et_h.pl because the extension is used
as a newline separator heuristic in MacPerl parser
* et_c.perl, et_h.perl:
Removed #! from the first line to avoid confusing MacPerl
* com_err.h, error_message.c, et.pbexp, et_c.awk, et_h.awk:
conditionalized com_err so it doesn't need to export et_list
on Mac OS X
[pullups from 1-2-2-branch]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14599 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et/error_table.h')
| -rw-r--r-- | src/util/et/error_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/error_table.h b/src/util/et/error_table.h index d30457d3f..505521dfe 100644 --- a/src/util/et/error_table.h +++ b/src/util/et/error_table.h @@ -19,7 +19,7 @@ struct et_list { /*@dependent@*//*@null@*/ struct et_list *next; /*@dependent@*//*@null@*/ const struct error_table *table; }; -#if !defined(_WIN32) && !defined(macintosh) +#if !defined(_WIN32) && !defined(macintosh) && !(defined(__MACH__) && defined(__APPLE__)) /*@null@*//*@dependent@*/ extern struct et_list * _et_list; #endif |
