diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-02-13 00:34:42 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-02-13 00:34:42 +0000 |
commit | d640ce1c08345c0b96e2fb89893a238b1498ec66 (patch) | |
tree | 778eb1260306e7533fc87c32c2ce49b6cabd2cce /xed.1 | |
parent | a71f3dae3de1d5fe3a50009df8ebb105e9ec81ff (diff) |
Fixed build for non-GCC (removed void pointer arithmetic)
Diffstat (limited to 'xed.1')
-rw-r--r-- | xed.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -175,12 +175,13 @@ The diagnostics produced by .B xed are intended to be self-explanatory. .SH NOTES -Version 2.1 of +Version 2.2 of .B xed -includes these additions and fixes over 2.0 : +includes these additions and fixes over 2.1 : .TP o -Added missing include for unistd.h -- FreeBSD didn't mind, cygwin did. +Removed usage of GCC-only extension (void pointer arithmetic) that crept in by +mistake. .SH BUGS .TP o |