Skip to content

Commit

Permalink
For test version, have \b default to 'n'
Browse files Browse the repository at this point in the history
  • Loading branch information
tavmem committed Nov 9, 2014
1 parent b00a5cf commit 5bd28cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/c.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ Z K backslash_s(S s);
Z K backslash_t(S s);
Z K backslash_w(S s);
Z K precision_(void);
extern I scrLim;
I fWksp=0;
#ifdef DEBUG
S fBreak = "n";
#else
S fBreak = "t";
extern I scrLim;
#endif

void boilerplate()
{
Expand Down

0 comments on commit 5bd28cd

Please sign in to comment.