File: dummy2.cc

package info (click to toggle)
vips 8.4.5-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 25,724 kB
  • sloc: ansic: 102,605; cpp: 57,527; sh: 4,957; xml: 3,317; python: 3,105; makefile: 1,089; perl: 40
file content (4 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (5)
1
2
3
4
/* mac os x libtool needs to link libraries containing c++ (eg. cimg) with 
 * g++ ... force this with a dummy c++ file at the top level
 */
const int im__dummy_value = 42;