Skip to content
Snippets Groups Projects
Commit c2dc68fd authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

regexp -> Regexp

Rev: lib/modules/Simulate.pmod:1.2
parent 405ab392
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ inherit Process; ...@@ -5,7 +5,7 @@ inherit Process;
#define error(X) throw( ({ (X), backtrace()[0..sizeof(backtrace())-2] }) ) #define error(X) throw( ({ (X), backtrace()[0..sizeof(backtrace())-2] }) )
inherit regexp : regexp; inherit Regexp : regexp;
varargs int member_array(mixed needle,mixed *haystack,int start) varargs int member_array(mixed needle,mixed *haystack,int start)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment