Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
Conflicts: .gitignore .travis.yml configure.ac
This commit is contained in:
commit
adc4b788df
352 changed files with 8897 additions and 2812 deletions
|
|
@ -77,6 +77,9 @@ struct Outer {
|
|||
struct {
|
||||
Integer b;
|
||||
};
|
||||
#else
|
||||
Integer a;
|
||||
Integer b;
|
||||
#endif
|
||||
|
||||
union {
|
||||
|
|
@ -192,6 +195,9 @@ struct Outer {
|
|||
public:
|
||||
Integer yy;
|
||||
};
|
||||
#else
|
||||
Integer xx;
|
||||
Integer yy;
|
||||
#endif
|
||||
|
||||
///////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue