]> git.eshelyaron.com Git - emacs.git/commitdiff
New test file.
authorEric Ludlam <zappo@gnu.org>
Tue, 1 Jan 2013 03:19:15 +0000 (22:19 -0500)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:59:25 +0000 (17:59 +0200)
test/manual/cedet/integ_src/cpproot/sppmacros.h [new file with mode: 0644]

diff --git a/test/manual/cedet/integ_src/cpproot/sppmacros.h b/test/manual/cedet/integ_src/cpproot/sppmacros.h
new file mode 100644 (file)
index 0000000..96d0f6f
--- /dev/null
@@ -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 */