projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d0b35
)
; * src/sfnt.c: Fix standalone compilation.
author
Po Lu
<luangruo@yahoo.com>
Mon, 29 Jan 2024 12:28:31 +0000
(20:28 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 29 Jan 2024 12:28:50 +0000
(20:28 +0800)
src/sfnt.c
patch
|
blob
|
history
diff --git
a/src/sfnt.c
b/src/sfnt.c
index 030442fad682387ef4ed683505378b2aae27468a..6df43af42937b7cd09396f981a5ceb98517f6ec8 100644
(file)
--- a/
src/sfnt.c
+++ b/
src/sfnt.c
@@
-27,6
+27,7
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <intprops.h>
#include <inttypes.h>
+#include <stdckdint.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
@@
-20799,8
+20800,8
@@
main (int argc, char **argv)
return 1;
}
-#define FANCY_PPEM 1
4
-#define EASY_PPEM 1
4
+#define FANCY_PPEM 1
2
+#define EASY_PPEM 1
2
interpreter = NULL;
head = sfnt_read_head_table (fd, font);