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

Collapse All | Expand All

(-)Coin-3.1.0.old/src/vrml97/JS_VRMLClasses.cpp (+4 lines)
Lines 2-7 Link Here
2
#include "config.h"
2
#include "config.h"
3
#endif // HAVE_CONFIG_H
3
#endif // HAVE_CONFIG_H
4
4
5
#ifdef COIN_HAVE_JAVASCRIPT
6
5
#ifdef HAVE_VRML97
7
#ifdef HAVE_VRML97
6
8
7
/**************************************************************************\
9
/**************************************************************************\
Lines 2097-2099 Link Here
2097
}
2099
}
2098
2100
2099
#endif // HAVE_VRML97
2101
#endif // HAVE_VRML97
2102
2103
#endif // COIN_HAVE_JAVASCRIPT
(-)Coin-3.1.0.old/src/vrml97/all-vrml97-cpp.cpp (+9 lines)
Lines 94-99 Link Here
94
#include "vrml97/Viewpoint.cpp"
94
#include "vrml97/Viewpoint.cpp"
95
#include "vrml97/VisibilitySensor.cpp"
95
#include "vrml97/VisibilitySensor.cpp"
96
#include "vrml97/WorldInfo.cpp"
96
#include "vrml97/WorldInfo.cpp"
97
98
#endif // HAVE_VRML97
99
100
#ifdef COIN_HAVE_JAVASCRIPT
101
102
#ifdef HAVE_VRML97
103
97
#include "vrml97/JS_VRMLClasses.cpp"
104
#include "vrml97/JS_VRMLClasses.cpp"
98
105
99
#endif // HAVE_VRML97
106
#endif // HAVE_VRML97
107
108
#endif // COIN_HAVE_JAVASCRIPT

Return to bug 281383