Browse Source

Revert part of 3cb3e224b692 in code that I maintain.

pull/22/head
Stefan Krah 10 years ago
parent
commit
dada5a8d75
  1. 2
      Modules/_testbuffer.c

2
Modules/_testbuffer.c

@ -13,7 +13,7 @@ PyObject *Struct = NULL;
PyObject *calcsize = NULL;
/* cache simple format string */
static const char simple_fmt[] = "B";
static const char *simple_fmt = "B";
PyObject *simple_format = NULL;
#define SIMPLE_FORMAT(fmt) (fmt == NULL || strcmp(fmt, "B") == 0)
#define FIX_FORMAT(fmt) (fmt == NULL ? "B" : fmt)

Loading…
Cancel
Save