]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
linux: Squash declaration of multiple CCode into a single CCode attribute
authorSimon Busch <morphis@gravedo.de>
Thu, 24 Nov 2011 16:51:12 +0000 (17:51 +0100)
committerJürg Billeter <j@bitron.ch>
Mon, 12 Dec 2011 19:50:28 +0000 (20:50 +0100)
vapi/linux.vapi

index 3764197e5996c487f8414fc2f8175cb6b3373465..3e1de3fc67e20040977498d3d38c9ea287e70c80 100644 (file)
@@ -1028,8 +1028,7 @@ namespace Linux {
     [CCode (cheader_filename = "execinfo.h")]
     public int backtrace (void* buffer, int size);
 
-    [CCode (cheader_filename = "execinfo.h")]
-    [CCode (array_length = false)]
+    [CCode (cheader_filename = "execinfo.h", array_length = false)]
     public string[] backtrace_symbols (void* buffer, int size);
 
     [CCode (cheader_filename = "execinfo.h")]