David Rose пре 16 година
родитељ
комит
c5f3c844e1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      dtool/src/pystub/pystub.cxx

+ 2 - 0
dtool/src/pystub/pystub.cxx

@@ -132,6 +132,7 @@ extern "C" {
   EXPCL_DTOOLCONFIG extern void *PyExc_FutureWarning;
   EXPCL_DTOOLCONFIG extern void *PyExc_IndexError;
   EXPCL_DTOOLCONFIG extern void *PyExc_RuntimeError;
+  EXPCL_DTOOLCONFIG extern void *PyExc_StandardError;
   EXPCL_DTOOLCONFIG extern void *PyExc_StopIteration;
   EXPCL_DTOOLCONFIG extern void *PyExc_TypeError;
   EXPCL_DTOOLCONFIG extern void *PyExc_ValueError;
@@ -261,6 +262,7 @@ void *PyExc_AttributeError = (void *)NULL;
 void *PyExc_FutureWarning = (void *)NULL;
 void *PyExc_IndexError = (void *)NULL;
 void *PyExc_RuntimeError = (void *)NULL;
+void *PyExc_StandardError = (void *)NULL;
 void *PyExc_StopIteration = (void *)NULL;
 void *PyExc_TypeError = (void *)NULL;
 void *PyExc_ValueError = (void *)NULL;