[Scummvm-git-logs] scummvm master -> 083a3f921129b81f5e764ea6c17e076a3034a235

grisenti noreply at scummvm.org
Sun Oct 8 20:21:50 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
083a3f9211 HPL1: Disable non-portable features in AS library


Commit: 083a3f921129b81f5e764ea6c17e076a3034a235
    https://github.com/scummvm/scummvm/commit/083a3f921129b81f5e764ea6c17e076a3034a235
Author: grisenti (emanuele at grisenti.net)
Date: 2023-10-08T22:21:36+02:00

Commit Message:
HPL1: Disable non-portable features in AS library

Changed paths:
    engines/hpl1/engine/libraries/angelscript/sources/as_config.h


diff --git a/engines/hpl1/engine/libraries/angelscript/sources/as_config.h b/engines/hpl1/engine/libraries/angelscript/sources/as_config.h
index edf85ab7f61..3b152b2304c 100644
--- a/engines/hpl1/engine/libraries/angelscript/sources/as_config.h
+++ b/engines/hpl1/engine/libraries/angelscript/sources/as_config.h
@@ -68,7 +68,7 @@
 // There is no guarantee for how well deprecated functionality will work though
 // so it is best to exchange it for the new functionality as soon as possible.
 
-// AS_NO_CLASS_METHODS
+#define AS_NO_CLASS_METHODS
 // Disables the possibility to add class methods. Can increase the
 // portability of the library.
 




More information about the Scummvm-git-logs mailing list