This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlunicode: nits
[perl5.git] / fakethr.h
index 098fefe..7c82aa6 100644 (file)
--- a/fakethr.h
+++ b/fakethr.h
@@ -1,3 +1,12 @@
+/*    fakethr.h
+ *
+ *    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.
+ *
+ */
+
 typedef int perl_mutex;
 typedef int perl_key;
 
@@ -54,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:
+ */