From: Eric Ludlam Date: Tue, 1 Jan 2013 03:19:15 +0000 (-0500) Subject: New test file. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adc318b874e0ee505648931c8f13b8ad6d80bf57;p=emacs.git New test file. --- diff --git a/test/manual/cedet/integ_src/cpproot/sppmacros.h b/test/manual/cedet/integ_src/cpproot/sppmacros.h new file mode 100644 index 00000000000..96d0f6f76fe --- /dev/null +++ b/test/manual/cedet/integ_src/cpproot/sppmacros.h @@ -0,0 +1,9 @@ +/* + * This source file contains macros to be used by :spp-files slot in the + * ede/cpp-root project type. + */ + +#define FEATURE1 1 +#define FEATURE2 2 + +/* #define FEATURE3 3 */