- use static vars and functions where possible.

- use NULL rather than 0 when used as pointers.
This commit is contained in:
2011-08-28 05:06:30 +00:00
parent c73d5b939d
commit fa2ba5fbf5
28 changed files with 68 additions and 61 deletions

View File

@@ -28,13 +28,14 @@
#include <Python.h>
#include "bpy_intern_string.h"
PyObject *bpy_intern_str_register;
PyObject *bpy_intern_str_unregister;
PyObject *bpy_intern_str_bl_rna;
PyObject *bpy_intern_str_order;
PyObject *bpy_intern_str_attr;
PyObject *bpy_intern_str___slots__;
PyObject *bpy_intern_str___bases__;
void bpy_intern_string_init(void)
{