about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUtils.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2017-07-08 19:04:06 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2017-07-08 19:04:06 +0000
commit5188862e59430fe63aaab9425a263ae454dc6f61 (patch)
tree5520e35c6ffa57631368cc83b5382e2734dcd90a /WWW/Library/Implementation/HTUtils.h
parent89adb8f96960150c99ca048592754919d6657052 (diff)
downloadlynx-snapshots-5188862e59430fe63aaab9425a263ae454dc6f61.tar.gz
snapshot of project "lynx", label v2-8-9dev_15f
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r--WWW/Library/Implementation/HTUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h
index bd6391bb..4f2c4670 100644
--- a/WWW/Library/Implementation/HTUtils.h
+++ b/WWW/Library/Implementation/HTUtils.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTUtils.h,v 1.124 2017/07/02 20:40:14 tom Exp $
+ * $LynxId: HTUtils.h,v 1.125 2017/07/07 20:49:16 Martijn.Dekker Exp $
  *
  * Utility macros for the W3 code library
  * MACROS FOR GENERAL USE
@@ -585,7 +585,7 @@ extern int WWW_TraceMask;
  * Printing/scanning-formats for "off_t", as well as cast needed to fit.
  */
 #if defined(HAVE_LONG_LONG) && defined(HAVE_INTTYPES_H) && defined(SIZEOF_OFF_T)
-#if (SIZEOF_OFF_T == 8) && defined(PRId64)
+#if (SIZEOF_OFF_T == 8) && defined(PRId64) && defined(SCNd64)
 
 #define PRI_off_t	PRId64
 #define SCN_off_t	SCNd64
mii.de> 2006-07-13 09:32:22 +0200 added logo+description' href='/acidbong/suckless/dwm/commit/README?h=0.4&id=650a1fb4e1a798aca48a53739f5bb2649191bc1c'>650a1fb ^
1076f2b
650a1fb ^
1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
650a1fb ^
1076f2b



ed41473 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40