Skip to content
Snippets Groups Projects
Commit 2e104a23 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug in is8bitalnum().

Rev: src/pike_macros.h:1.8
parent d4c02140
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $Id: pike_macros.h,v 1.7 1998/04/08 01:00:58 hubbe Exp $ * $Id: pike_macros.h,v 1.8 1998/05/05 22:01:41 grubba Exp $
*/ */
#ifndef MACROS_H #ifndef MACROS_H
#define MACROS_H #define MACROS_H
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#define is8bitalnum(X) ("0000000000000000" \ #define is8bitalnum(X) ("0000000000000000" \
"0000000000001000" \ "0000000000000000" \
"0000000000000000" \ "0000000000000000" \
"1111111111000000" \ "1111111111000000" \
"0111111111111111" \ "0111111111111111" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment