diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-20 10:46:22 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-20 10:46:22 +0200 |
commit | fb0cbf1a794963ff35e9d98f75f7bb65aec966e0 (patch) | |
tree | e6622c578bac7df03ebeba12d6fde8f248a15209 | |
parent | 12cf6285440cce6d1949d4d13e4c1d9f19dabdc7 (diff) | |
download | libtasn1-fb0cbf1a794963ff35e9d98f75f7bb65aec966e0.tar.gz libtasn1-fb0cbf1a794963ff35e9d98f75f7bb65aec966e0.tar.bz2 libtasn1-fb0cbf1a794963ff35e9d98f75f7bb65aec966e0.zip |
Fix syntax-check problems.
-rw-r--r-- | .x-sc_makefile_check | 2 | ||||
-rw-r--r-- | .x-sc_useless_cpp_parens | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.x-sc_makefile_check b/.x-sc_makefile_check new file mode 100644 index 0000000..705a87f --- /dev/null +++ b/.x-sc_makefile_check @@ -0,0 +1,2 @@ +^gl/ +^lib/gllib/ diff --git a/.x-sc_useless_cpp_parens b/.x-sc_useless_cpp_parens new file mode 100644 index 0000000..4c03a93 --- /dev/null +++ b/.x-sc_useless_cpp_parens @@ -0,0 +1,2 @@ +^gl/gettext.h +^lib/ASN1.c |