diff options
author | Darrell Anderson <[email protected]> | 2014-03-03 23:13:48 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-03-03 23:13:48 -0600 |
commit | a878d3ef3f87b6d971190423b7c70b1919c97a67 (patch) | |
tree | 2d0faac89759ef40a3eab0142cc761ef3341a0b9 /kate/data/gcc.xml | |
parent | 333a2116d63ab837db093dbb141bf7cb987686a1 (diff) | |
parent | 316893d4498bedc490a8e21a54a73d9f5ca58424 (diff) | |
download | tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.tar.gz tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kate/data/gcc.xml')
-rw-r--r-- | kate/data/gcc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kate/data/gcc.xml b/kate/data/gcc.xml index e7b3e14bc..57b4f9f5b 100644 --- a/kate/data/gcc.xml +++ b/kate/data/gcc.xml @@ -13,8 +13,8 @@ --> <language name="GCCExtensions" - version="0.4" - kateversion="2.5" + version="0.3" + kateversion="2.4" section="Sources" extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc;" mimetype="text/x-c++src;text/x-c++hdr;text/x-chdr;text/x-csrc" @@ -130,6 +130,7 @@ <item> __atomic_fetch_nand </item> <item> __atomic_test_and_set </item> <item> __atomic_clear </item> + <item> __atomic_signal_fence </item> <item> __atomic_thread_fence </item> <item> __atomic_always_lock_free </item> <item> __atomic_is_lock_free </item> |