Skip to content

Commit f638298

Browse files
committedMar 23, 2019
[ci skip] Remove text editor modelines
These were already removed 92ac598 and this fixes some leftovers. These files don't really need these settings.
1 parent 994a897 commit f638298

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed
 

‎ext/standard/strnatcmp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* -*- mode: c; c-file-style: "k&r" -*-
1+
/*
22
33
Modified for PHP by Andrei Zmievski <andrei@ispi.net>
44

‎main/build-defs.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* -*- C -*-
1+
/*
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+

‎main/internal_functions.c.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* -*- C -*-
1+
/*
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+

‎pear/Makefile.frag

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- makefile -*-
2-
31
peardir=$(PEAR_INSTALLDIR)
42

53
# Skip all php.ini files altogether

0 commit comments

Comments
 (0)