summaryrefslogtreecommitdiffstats
path: root/src/x-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x-c.h')
-rw-r--r--src/x-c.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/x-c.h b/src/x-c.h
index fe471d7..bc53148 100644
--- a/src/x-c.h
+++ b/src/x-c.h
@@ -18,21 +18,21 @@
#define EXTENSIONS_C \
- { "c", "C", }, \
- { "h", "C", }, \
- { "C", "C++", }, \
- { "c++", "C++", }, \
- { "cc", "C++", }, \
- { "cxx", "C++", }, \
- { "cpp", "C++", }, \
- { "hh", "C++", }, \
- { "hpp", "C++", }, \
+ { "c", "C" }, \
+ { "h", "C" }, \
+ { "C", "C++" }, \
+ { "c++", "C++" }, \
+ { "cc", "C++" }, \
+ { "cxx", "C++" }, \
+ { "cpp", "C++" }, \
+ { "hh", "C++" }, \
+ { "hpp", "C++" }, \
{ "m", "ObjectiveC" }, \
#define SCANNERS_C \
- { "C", scan_c_file, &formatstring_c, }, \
- { "C++", scan_c_file, &formatstring_c, }, \
- { "ObjectiveC", scan_c_file, &formatstring_c, }, \
+ { "C", scan_c_file, &formatstring_c }, \
+ { "C++", scan_c_file, &formatstring_c }, \
+ { "ObjectiveC", scan_c_file, &formatstring_c }, \
/* Scan a C/C++/ObjectiveC file and add its translatable strings to mdlp. */
extern void extract_c PARAMS ((FILE *fp, const char *real_filename,