Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155424 | Differences between
and this patch

Collapse All | Expand All

(-)togl/togl.cpp.org (+42 lines)
Lines 138-145 Link Here
138
#  include "tkInt8.4p3.h"
138
#  include "tkInt8.4p3.h"
139
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==4
139
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==4
140
#  include "tkInt8.4p4.h"
140
#  include "tkInt8.4p4.h"
141
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==5
142
#  include "tkInt8.4p5.h"
141
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==6
143
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==6
142
#  include "tkInt8.4p6.h"
144
#  include "tkInt8.4p6.h"
145
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==7
146
#  include "tkInt8.4p7.h"
147
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==8
148
#  include "tkInt8.4p8.h"
149
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==9
150
#  include "tkInt8.4p9.h"
151
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==10
152
#  include "tkInt8.4p10.h"
153
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==11
154
#  include "tkInt8.4p11.h"
155
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==12
156
#  include "tkInt8.4p12.h"
157
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==13
158
#  include "tkInt8.4p13.h"
159
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==14
160
#  include "tkInt8.4p14.h"
161
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==15
162
#  include "tkInt8.4p15.h"
163
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==16
164
#  include "tkInt8.4p16.h"
165
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==17
166
#  include "tkInt8.4p17.h"
167
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==18
168
#  include "tkInt8.4p18.h"
169
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==19
170
#  include "tkInt8.4p19.h"
171
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==20
172
#  include "tkInt8.4p20.h"
173
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==21
174
#  include "tkInt8.4p21.h"
175
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==22
176
#  include "tkInt8.4p22.h"
177
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==23
178
#  include "tkInt8.4p23.h"
179
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==24
180
#  include "tkInt8.4p24.h"
181
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==25
182
#  include "tkInt8.4p25.h"
183
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==26
184
#  include "tkInt8.4p26.h"
143
#else
185
#else
144
   Sorry, you will have to edit togl.c to include the right tkInt.h file
186
   Sorry, you will have to edit togl.c to include the right tkInt.h file
145
#endif
187
#endif

Return to bug 155424