blob: 247e50dab6ae7595a5545e80c9cd222644bd583d [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001DEPRECATED
2SYNOPSIS:
3 void set_auto_include_string(string arg)
4
5DESCRIPTION:
6
7 The arg will be automatically included into every compiled LPC
8 object. This is useful to enforce global definitions, e.g.
9 ``#pragma combine_strings'' or ``#pragma strict_types''. The
10 calling objectneeds to be privileged by the master object.
11
12NOTE:
13 Not available in LDMud 3.3.x
14 Please use the driver hook H_AUTO_INCLUDE in LDMud > 3.2.9
15
16SEE ALSO:
17 privilege_violation(M), pragma(LPC)
18
1929.10.2006 Zesstra