Skip to content

Commit

Permalink
Add 64bit detection
Browse files Browse the repository at this point in the history
  • Loading branch information
naota committed Mar 6, 2011
1 parent 13330c4 commit 9827a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/h-config.h
Expand Up @@ -192,6 +192,9 @@
# define L64
#endif

#if defined(__LP64__)
# define L64
#endif


/*
Expand Down

0 comments on commit 9827a67

Please sign in to comment.