summaryrefslogtreecommitdiff
path: root/magic/Magdir/c-lang
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-01-02 20:23:27 +0000
committer <>2015-02-03 17:27:18 +0000
commit670c2bbcffe873a2b8589ed140c12e7923ef20c0 (patch)
tree41044880e826d60621a2d636ed71283de5e0e291 /magic/Magdir/c-lang
parent3b49db406667ee7189b9ea69b9d9e0bdcc43c5b7 (diff)
downloadfile-670c2bbcffe873a2b8589ed140c12e7923ef20c0.tar.gz
Imported from /home/lorry/working-area/delta_file/file-5.22.tar.gz.file-5.22
Diffstat (limited to 'magic/Magdir/c-lang')
-rw-r--r--magic/Magdir/c-lang22
1 files changed, 11 insertions, 11 deletions
diff --git a/magic/Magdir/c-lang b/magic/Magdir/c-lang
index 41dfb62..39889ec 100644
--- a/magic/Magdir/c-lang
+++ b/magic/Magdir/c-lang
@@ -1,5 +1,5 @@
#------------------------------------------------------------------------------
-# $File: c-lang,v 1.17 2012/04/28 21:20:26 christos Exp $
+# $File: c-lang,v 1.19 2014/06/03 19:17:27 christos Exp $
# c-lang: file(1) magic for C and related languages programs
#
@@ -12,30 +12,30 @@
# C
0 regex \^#include C source text
!:mime text/x-c
-0 regex \^char C source text
+0 regex \^char[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^double C source text
+0 regex \^double[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^extern C source text
+0 regex \^extern[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^float C source text
+0 regex \^float[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^struct C source text
+0 regex \^struct[\ \t\n]+ C source text
!:mime text/x-c
-0 regex \^union C source text
+0 regex \^union[\ \t\n]+ C source text
!:mime text/x-c
0 search/8192 main( C source text
!:mime text/x-c
# C++
# The strength of these rules is increased so they beat the C rules above
-0 regex \^template C++ source text
+0 regex \^template[\ \t\n]+ C++ source text
!:strength + 5
!:mime text/x-c++
-0 regex \^virtual C++ source text
+0 regex \^virtual[\ \t\n]+ C++ source text
!:strength + 5
!:mime text/x-c++
-0 regex \^class C++ source text
+0 regex \^class[\ \t\n]+ C++ source text
!:strength + 5
!:mime text/x-c++
0 regex \^public: C++ source text
@@ -50,7 +50,7 @@
>7 string x version %.2s
# We skip the path here, because it is often long (so file will
# truncate it) and mostly redundant.
-# The inverted index functionality was added some time betwen
+# The inverted index functionality was added some time between
# versions 11 and 15, so look for -q if version is above 14:
>7 string >14
>>10 search/100 \ -q\ with inverted index