Added silc_snprintf, silc_vsnprintf, silc_asprintf, silc_vasprintf
[silc.git] / lib / silcutil / silcfsm.h
index 29ec90163febf4092ba267b639fcb263713d7f04..cc9220519e0f76717b05fbcb9eb8d4d3c0417d4d 100644 (file)
@@ -133,12 +133,12 @@ typedef struct SilcFSMObject SilcFSMThreadStruct;
  *    }
  *
  ***/
-#ifndef SILC_FSM_SMALL_STACK
+#if defined(SILC_DEBUG)
 #define SILC_FSM_CONTINUE \
   return fsm->next_state(fsm, fsm->fsm_context, fsm->state_context);
 #else
 #define SILC_FSM_CONTINUE return SILC_FSM_ST_CONTINUE;
-#endif /* SILC_FSM_SMALL_STACK */
+#endif /* SILC_DEBUG */
 
 /****d* silcutil/SilcFSMAPI/SILC_FSM_YIELD
  *