source:
git/libpolys/misc/options.c
@
121fd9
Last change on this file since 121fd9 was c11134, checked in by , 13 years ago | |
---|---|
|
|
File size: 182 bytes |
Line | |
---|---|
1 | // the following initialization is needed for linkage on Mac OS X, |
2 | // since initialized variables will be "D" (uninit. go to "C") segments |
3 | unsigned test = 0; |
4 | unsigned verbose = 0; |
5 |
Note: See TracBrowser
for help on using the repository browser.