commit | b3167cbcd76652f9f5f64196ce371562bcd8d42c | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Fri May 26 18:15:38 2006 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Fri May 26 18:15:38 2006 +0000 |
tree | acf09b264580d12fa754dafd9cee44eee5ac236f | |
parent | be9f219e40fb0b817bd248234a0b89727b1295e3 [diff] [blame] |
needforspeed: added rpartition implementation
diff --git a/Objects/stringlib/fastsearch.h b/Objects/stringlib/fastsearch.h index 1ce7f13..3d2f92a 100644 --- a/Objects/stringlib/fastsearch.h +++ b/Objects/stringlib/fastsearch.h
@@ -95,3 +95,10 @@ } #endif + +/* +Local variables: +c-basic-offset: 4 +indent-tabs-mode: nil +End: +*/