File: bltInt.h.diff

package info (click to toggle)
tkdesk 2.0-12
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,596 kB
  • sloc: tcl: 20,764; ansic: 16,262; sh: 359; makefile: 233
file content (25 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** /usr/tmp/TclTk/blt2.4j/src/bltInt.h	Tue Sep 21 20:15:40 1999
--- bltInt.h	Thu Oct 28 22:19:31 1999
***************
*** 41,57 ****
--- 41,60 ----
  #define TCL_VERSION_NUMBER _VERSION(TCL_MAJOR_VERSION, TCL_MINOR_VERSION, TCL_RELEASE_SERIAL)
  #define TK_VERSION_NUMBER _VERSION(TK_MAJOR_VERSION, TK_MINOR_VERSION, TK_RELEASE_SERIAL)
  
+ #include "config.h"
  #include "bltTkInt.h"
  
  #include <stdio.h>
  #include <assert.h>
  #include <math.h>
  
+ /*
  #ifdef WIN32
  #include "bltWinConfig.h"
  #else
  #include "bltConfig.h"
  #endif
+ */
  
  #include "blt.h"