aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/lscript/lscript_alloc.h')
-rw-r--r--linden/indra/lscript/lscript_alloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/lscript/lscript_alloc.h b/linden/indra/lscript/lscript_alloc.h
index 8179446..d90cc14 100644
--- a/linden/indra/lscript/lscript_alloc.h
+++ b/linden/indra/lscript/lscript_alloc.h
@@ -2,6 +2,8 @@
2 * @file lscript_alloc.h 2 * @file lscript_alloc.h
3 * @brief General heap management for scripting system 3 * @brief General heap management for scripting system
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 7 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_LSCRIPT_ALLOC_H 32#ifndef LL_LSCRIPT_ALLOC_H
@@ -32,11 +35,8 @@
32// Under gcc 2.9, the manual is unclear if comments can appear above #ifndef 35// Under gcc 2.9, the manual is unclear if comments can appear above #ifndef
33// Under gcc 3, the manual explicitly states comments can appear above the #ifndef 36// Under gcc 3, the manual explicitly states comments can appear above the #ifndef
34 37
35#include "stdtypes.h"
36#include "lscript_byteconvert.h" 38#include "lscript_byteconvert.h"
37#include "lscript_library.h" 39#include "lscript_library.h"
38#include "llrand.h"
39#include <stdio.h>
40 40
41void reset_hp_to_safe_spot(const U8 *buffer); 41void reset_hp_to_safe_spot(const U8 *buffer);
42 42