break;
/* return next token without macro substitution */
-static inline void next_nomacro1(void)
+static /*inline*/ void next_nomacro1(void)
{
int t, c, is_long;
TokenSym *ts;
/* handle the '##' operator. Return NULL if no '##' seen. Otherwise
return the resulting string (which must be freed). */
-static inline int *macro_twosharps(const int *macro_str)
+static /*inline*/ int *macro_twosharps(const int *macro_str)
{
TokenSym *ts;
const int *macro_ptr1, *start_macro_ptr, *ptr, *saved_macro_ptr;
}
}
+/* return the pointed type of t */
+static inline CType *pointed_type(CType *type)
+{
+ return &type->ref->type;
+}
+
static int pointed_size(CType *type)
{
int align;
}
}
-/* return the pointed type of t */
-static inline CType *pointed_type(CType *type)
-{
- return &type->ref->type;
-}
-
/* modify type so that its it is a pointer to type. */
static void mk_pointer(CType *type)
{
ucontext_t *uc, int level)
{
unsigned long fp;
- int i;
+ //int i;
if (level == 0) {
*paddr = 12345; //uc->uc_mcontext.gregs[REG_EIP];