summaryrefslogtreecommitdiff
path: root/lowlevelunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-11-18 12:00:02 +0100
committerErich Eckner <git@eckner.net>2015-11-18 12:00:02 +0100
commitaa052a21db8dc04d3dd5a5bde1632a9fae7a68a0 (patch)
tree64a260d89407ec7977d4f13582f66cbc9f811157 /lowlevelunit.pas
parentfca8ef8425256261d678b51e780c03c27a2136c6 (diff)
downloadunits-aa052a21db8dc04d3dd5a5bde1632a9fae7a68a0.tar.xz
erstesArgument in lowlevelunit.pas inline
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r--lowlevelunit.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/lowlevelunit.pas b/lowlevelunit.pas
index 3977484..c818d96 100644
--- a/lowlevelunit.pas
+++ b/lowlevelunit.pas
@@ -74,8 +74,8 @@ procedure dumpExceptionCallStack(E: Exception);
function startetMit(start: string; var s: string): boolean;
function endetMit(ende: string; var s: string): boolean;
function trimAll(s: string): string;
-function erstesArgument(var s: string): string; overload;
-function erstesArgument(var s: string; Trenner: string): string; overload;
+function erstesArgument(var s: string): string; overload; inline;
+function erstesArgument(var s: string; Trenner: string): string; overload; inline;
function mydatetimetostr(t: tDateTime): string;
function tExtPointToStr(p: tExtPoint): string;
function tIntPointToStr(p: tIntPoint): string;