From: Eric Ludlam Date: Tue, 1 Jan 2013 03:19:29 +0000 (-0500) Subject: New test file. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d2c338b3de88fad8970cee91b11727e6dc4f0b5;p=emacs.git New test file. --- diff --git a/test/manual/cedet/integ_src/cpproot/test.h b/test/manual/cedet/integ_src/cpproot/test.h new file mode 100644 index 00000000000..2b9191d8bcd --- /dev/null +++ b/test/manual/cedet/integ_src/cpproot/test.h @@ -0,0 +1,18 @@ +/* + * This file contains a few misc prototypes for declarations in other parts + * of the cpp-root project type. + */ + +#ifdef FEATURE1 +int feature1(); +#endif + +#ifdef FEATURE2 +int feature2(); +#endif + +#ifdef FEATURE3 +int feature3(); +#endif + +int generic_feature();