[Python-Dev] __SC__ #define?

Fred L. Drake, Jr. fdrake@beopen.com
Sun, 9 Jul 2000 00:51:35 -0400 (EDT)


  Does anyone know the purpose of the __SC__ define that's tested in
Include/object.h or Objects/floatobject.c?  I don't see anywhere in
the Python sources where it can be set, and those are the only two
places it gets tested.
  In object.h, it's used to determine the proper definition of
statichere, and in floatobject.h it's used to determine if an ANSI
prototype should be used.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member