From 1f1533550ec7771be11ee2206b80960b7a0f717d Mon Sep 17 00:00:00 2001 From: nsz Date: Sat, 18 Jun 2011 22:01:59 +0200 Subject: [PATCH 1/1] drop commented lines from table scripts --- tab_c99.sh | 7 ------- tab_posix.sh | 7 ------- 2 files changed, 14 deletions(-) diff --git a/tab_c99.sh b/tab_c99.sh index 80001c2..f9cfad2 100755 --- a/tab_c99.sh +++ b/tab_c99.sh @@ -36,17 +36,10 @@ BEGIN { legend = legend "
  • nodecl - symbol is in libc.a but not declared in a public header" legend = legend "
  • missing - neither in include files (see decl) nor in libc.a (see sym)" legend = legend "
  • sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)
  • decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)
  • sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)
  • decl: kind of declaration as found by `ctags -R include` (every occurance is reported)