/[m4]/m4/m4/debug.c
ViewVC logotype

Diff of /m4/m4/debug.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by gary, Fri Jun 20 15:43:19 2003 UTC revision 1.15 by gary, Thu Jun 26 14:57:32 2003 UTC
# Line 257  m4_trace_format (m4 *context, va_alist) Line 257  m4_trace_format (m4 *context, va_alist)
257    
258          case 'l':          case 'l':
259            s = BIT_TEST(m4_get_debug_level_opt(context), M4_DEBUG_TRACE_QUOTE)            s = BIT_TEST(m4_get_debug_level_opt(context), M4_DEBUG_TRACE_QUOTE)
260                  ? (char *) lquote.string                  ? m4_get_syntax_lquote (M4SYNTAX)
261                  : "";                  : "";
262            break;            break;
263    
264          case 'r':          case 'r':
265            s = BIT_TEST(m4_get_debug_level_opt(context), M4_DEBUG_TRACE_QUOTE)            s = BIT_TEST(m4_get_debug_level_opt(context), M4_DEBUG_TRACE_QUOTE)
266                  ? (char *) rquote.string                  ? m4_get_syntax_rquote (M4SYNTAX)
267                  : "";                  : "";
268            break;            break;
269    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26