X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/eb1102fcca2230364ceadea29bd8e87ee51b15fa..1cabb3b3b727154db4b25ac10caffab317ab68c3:/fakethr.h diff --git a/fakethr.h b/fakethr.h index 5bbe8ac..7c82aa6 100644 --- a/fakethr.h +++ b/fakethr.h @@ -1,6 +1,6 @@ /* fakethr.h * - * Copyright (c) 1997-2002, Larry Wall + * Copyright (C) 1999, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -63,3 +63,13 @@ struct thread_intern { #define THREAD_POST_CREATE(t) NOOP #define YIELD NOOP + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */