[w3m-dev 03296] fix configure (strtoq)
* configure (strtoq): fix missing semicolon From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.73 2002/08/20 17:49:38 ukai Exp $
|
||||
# $Id: configure,v 1.74 2002/09/09 13:48:11 ukai Exp $
|
||||
# Configuration.
|
||||
#
|
||||
|
||||
@@ -1316,7 +1316,7 @@ EOF
|
||||
#include <limits.h>
|
||||
main()
|
||||
{
|
||||
const char *s = "1"
|
||||
const char *s = "1";
|
||||
quad_t q = strtoq(s, NULL, 10);
|
||||
}
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user