This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Add, clarify comments
[perl5.git] / fakesdio.h
index 8be514f..094fd00 100644 (file)
@@ -1,6 +1,6 @@
 /*    fakestdio.h
  *
- *    Copyright (c) 2000-2002, Larry Wall
+ *    Copyright (C) 2000, 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.
@@ -65,7 +65,6 @@
 #else
 #define printf PerlIO_stdoutf
 #endif
-#endif
 
 #define fprintf                        PerlIO_printf
 #define stdin                  PerlIO_stdin()
 #define fscanf                 _CANNOT _fscanf_
 #define fgets(s,n,f)           _CANNOT _fgets_
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 et:
+ */