source: EcnlProtoTool/trunk/tcc-0.9.26/stab.h@ 321

Last change on this file since 321 was 321, checked in by coas-nagasima, 7 years ago

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 259 bytes
Line 
1#ifndef __GNU_STAB__
2
3/* Indicate the GNU stab.h is in use. */
4
5#define __GNU_STAB__
6
7#define __define_stab(NAME, CODE, STRING) NAME=CODE,
8
9enum __stab_debug_code
10{
11#include "stab.def"
12LAST_UNUSED_STAB_CODE
13};
14
15#undef __define_stab
16
17#endif /* __GNU_STAB_ */
Note: See TracBrowser for help on using the repository browser.