]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/bitmap.c
Don't assume a_name is a number just because the first character
[pw-darwin.git] / pw / bitmap.c
index 9d26464a172076a9e79222d30e69a29135cf3948..bb55c5b6fcf34f658828836d7451085edc07d5b3 100644 (file)
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *     $Id: bitmap.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $
  */
 
+#ifndef lint
+static const char rcsid[] =
+       "$Id$";
+#endif /* not lint */
+
 #include <stdlib.h>
 #include <string.h>