Skip to content

Commit 5a279da

Browse files
committed
inline a function
1 parent d1cb21f commit 5a279da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/ghatem-fpc/src/OneBRC.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ TBRCDictionary = class
8282

8383
// searches for a given key, returns if found the key and the storage index
8484
// (or, if not found, which index to use next)
85-
procedure InternalFind(const aKey: Cardinal; out aFound: Boolean; out aIndex: THashSize);
85+
procedure InternalFind(const aKey: Cardinal; out aFound: Boolean; out aIndex: THashSize); inline;
8686

8787
public
8888
constructor Create;

0 commit comments

Comments
 (0)