diff options
| author | Paul Eggert | 2017-11-08 19:24:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-08 19:24:06 -0800 |
| commit | 00995c88dde4f8078a843b48faef16668a126d9c (patch) | |
| tree | eff0ed91f09522946ac7aaeae5ad1d2cfc93e7f7 /lib-src | |
| parent | fae6cdc8ab0c9becd37afd9c31da56fecfad947b (diff) | |
| parent | 9e59de9449b53c3ecd85b624c11360ba9cafee75 (diff) | |
| download | emacs-00995c88dde4f8078a843b48faef16668a126d9c.tar.gz emacs-00995c88dde4f8078a843b48faef16668a126d9c.zip | |
Merge from origin/emacs-26
9e59de9449 Use GCALIGNED properly for GCC
b9d7c90260 In f90.el, set fill-paragraph-function to a useful value
# Conflicts:
# src/lisp.h
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/make-docfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 0ea3f7b6b6a..ff84df94a69 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -668,7 +668,7 @@ close_emacs_globals (ptrdiff_t num_symbols) | |||
| 668 | "extern\n" | 668 | "extern\n" |
| 669 | "#endif\n" | 669 | "#endif\n" |
| 670 | "struct {\n" | 670 | "struct {\n" |
| 671 | " struct Lisp_Symbol GCALIGNED s;\n" | 671 | " struct GCALIGNED Lisp_Symbol s;\n" |
| 672 | "} lispsym[%td];\n"), | 672 | "} lispsym[%td];\n"), |
| 673 | num_symbols); | 673 | num_symbols); |
| 674 | } | 674 | } |