Kaydet (Commit) 4fe87298 authored tarafından Guido van Rossum's avatar Guido van Rossum

Make tabs always 8 spaces wide -- it's more portable.

üst 06a6702d
......@@ -37,13 +37,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "tokenizer.h"
#include "errcode.h"
#ifdef macintosh
#define TABSIZE 4
#endif
#ifndef TABSIZE
/* Don't ever change this -- it would break the portability of Python code */
#define TABSIZE 8
#endif
/* Forward */
static struct tok_state *tok_new PROTO((void));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment