Skip to content

Commit

Permalink
Declare ID for @@_tmpnam_ class var
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Jun 9, 2007
1 parent 6e51498 commit d7d9c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/RMagick/rmagick.h
@@ -1,4 +1,4 @@
/* $Id: rmagick.h,v 1.152.2.3 2007/03/31 13:43:07 rmagick Exp $ */
/* $Id: rmagick.h,v 1.152.2.4 2007/06/09 16:44:30 rmagick Exp $ */
/*=============================================================================
| Copyright (C) 2006 by Timothy P. Hunter
| Name: rmagick.h
Expand Down Expand Up @@ -357,6 +357,7 @@ EXTERN ID rm_ID_notify_observers; // "notify_observers"
EXTERN ID rm_ID_new; // "new"
EXTERN ID rm_ID_push; // "push"
EXTERN ID rm_ID_spaceship; // "<=>
EXTERN ID rm_ID__tmpnam_; // "_tmpnam"
EXTERN ID rm_ID_to_s; // "to_s"
EXTERN ID rm_ID_values; // "values"
EXTERN ID rm_ID_width; // "width"
Expand Down

0 comments on commit d7d9c5f

Please sign in to comment.