[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode a24fb65377 23/29: Fix for environment were th
From: |
Christian Johansson |
Subject: |
[elpa] externals/phps-mode a24fb65377 23/29: Fix for environment were threads support is lacking |
Date: |
Thu, 15 Feb 2024 03:14:38 -0500 (EST) |
branch: externals/phps-mode
commit a24fb653777f7004fda82b3a2656406ab6cab012
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>
Fix for environment were threads support is lacking
---
phps-mode-lex-analyzer.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/phps-mode-lex-analyzer.el b/phps-mode-lex-analyzer.el
index 65ec472a84..71927a075a 100644
--- a/phps-mode-lex-analyzer.el
+++ b/phps-mode-lex-analyzer.el
@@ -258,7 +258,8 @@ ALLOW-CACHE-READ and ALLOW-CACHE-WRITE."
start
end
(list 'font-lock-face token-syntax-color))))))
- (thread-yield))
+ (when (fboundp 'thread-yield)
+ (thread-yield)))
(let ((current-time (current-time)))
(setq
- [elpa] externals/phps-mode e7e5cdacf0 29/29: Fixed bye-compilation warning and missing error declaration, (continued)
- [elpa] externals/phps-mode e7e5cdacf0 29/29: Fixed bye-compilation warning and missing error declaration, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode ad00c6eac5 27/29: Updated parser generator information and cleaned up code, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 0262e707ca 05/29: Passing more parsing tests, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 396397b97d 06/29: Passing all old unit tests for parser, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode c2716544f4 10/29: Started on SDT for PHP 8.3, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode aa2a23c296 18/29: Started on incremental lexer support again, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 34d34330a2 13/29: Passing unit tests for indentation, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 9bbd3cd7fa 14/29: Some byte compilation fixes, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 5681944d10 20/29: Passing all unit tests and byte compilation with incremental lexer, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode 055ca735f1 21/29: Cache validation check, Christian Johansson, 2024/02/15
- [elpa] externals/phps-mode a24fb65377 23/29: Fix for environment were threads support is lacking,
Christian Johansson <=
- [elpa] externals/phps-mode d76ba9f39f 22/29: Optimized cache storage size, Christian Johansson, 2024/02/15