Skip to content

Commit

Permalink
Fix: commented out MAX_INT_LEN macro in kernel/mod2.h due to its defi…
Browse files Browse the repository at this point in the history
…nition in auxiliary.h
  • Loading branch information
Oleksandr Motsak committed Oct 4, 2012
1 parent 9229629 commit 095dee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/mod2.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
#undef OLD_RES

/* the maximal ascii length of an int number + 1 = 11 for 32 bit int */
#define MAX_INT_LEN 11
/* #define MAX_INT_LEN 11 */


#ifdef DO_PROFILE
/* define to enable explicit profiling of some crucial inline
Expand Down

0 comments on commit 095dee7

Please sign in to comment.