view stab.h @ 550:cfb21030b240

Minor tweaks for building on a 64-bit host, and remove an unnecessary local variable.
author Rob Landley <rob@landley.net>
date Thu, 17 Jan 2008 22:59:03 -0600
parents e82d6bc5f24d
children
line wrap: on
line source

#ifndef __GNU_STAB__

/* Indicate the GNU stab.h is in use.  */

#define __GNU_STAB__

#define __define_stab(NAME, CODE, STRING) NAME=CODE,

enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};

#undef __define_stab

#endif /* __GNU_STAB_ */