diff options
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/typeobject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 0b01bf5..7ad43b3 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -28,6 +28,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Type object implementation */ +/* ARGSUSED */ static int type_print(v, fp, flags) typeobject *v; |