source: git/libpolys/misc/options.c @ adb2ed

fieker-DuValspielwiese
Last change on this file since adb2ed was c11134, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: fixed linkage under Mac OS X: one has to initialize global variables
  • Property mode set to 100644
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
3unsigned test = 0;
4unsigned verbose = 0;
5
Note: See TracBrowser for help on using the repository browser.