File: parens

package info (click to toggle)
cpphs 0.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 18
  • sloc: haskell: 939; makefile: 79; sh: 36; ansic: 11
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (10)
1
2
3
4
5
#if ( defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 600 ) \
    || ( defined(__NHC__) && __NHC__ >= 117 )
#define FINALIZERPTR yes
#endif
FINALIZERPTR