diff options
author | Erich Eckner <git@eckner.net> | 2015-11-18 12:00:02 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-11-18 12:00:02 +0100 |
commit | aa052a21db8dc04d3dd5a5bde1632a9fae7a68a0 (patch) | |
tree | 64a260d89407ec7977d4f13582f66cbc9f811157 /lowlevelunit.pas | |
parent | fca8ef8425256261d678b51e780c03c27a2136c6 (diff) | |
download | units-aa052a21db8dc04d3dd5a5bde1632a9fae7a68a0.tar.xz |
erstesArgument in lowlevelunit.pas inline
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r-- | lowlevelunit.pas | 4 |
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; |