diff options
Diffstat (limited to 'unix/tkUnixInt.h')
-rw-r--r-- | unix/tkUnixInt.h | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/unix/tkUnixInt.h b/unix/tkUnixInt.h index f5bd910..805f314 100644 --- a/unix/tkUnixInt.h +++ b/unix/tkUnixInt.h @@ -2,13 +2,12 @@ * tkUnixInt.h -- * * This file contains declarations that are shared among the - * UNIX-specific parts of Tk but aren't used by the rest of - * Tk. + * UNIX-specific parts of Tk but aren't used by the rest of Tk. * * Copyright (c) 1995-1997 Sun Microsystems, Inc. * - * See the file "license.terms" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. + * See the file "license.terms" for information on usage and redistribution of + * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #ifndef _TKUNIXINT @@ -19,9 +18,18 @@ #endif /* - * Prototypes for procedures that are referenced in files other - * than the ones they're defined in. + * Prototypes for procedures that are referenced in files other than the ones + * they're defined in. */ + #include "tkIntPlatDecls.h" #endif /* _TKUNIXINT */ + +/* + * Local Variables: + * mode: c + * c-basic-offset: 4 + * fill-column: 78 + * End: + */ |