Author: stevehay Date: Thu Oct 31 22:39:50 2013 New Revision: 1537746 URL: http://svn.apache.org/r1537746 Log: Merged revision(s) 671869 from perl/modperl/branches/threading: delete emacs local variables ........
Modified: perl/modperl/branches/httpd24threading/ (props changed) perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c Propchange: perl/modperl/branches/httpd24threading/ ------------------------------------------------------------------------------ Merged /perl/modperl/branches/threading:r671869 Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c?rev=1537746&r1=1537745&r2=1537746&view=diff ============================================================================== --- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c (original) +++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_interp.c Thu Oct 31 22:39:50 2013 @@ -625,9 +625,3 @@ apr_status_t modperl_interp_cleanup(void } #endif /* USE_ITHREADS */ - -/* - * Local Variables: - * c-basic-offset: 4 - * End: - */ Modified: perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c?rev=1537746&r1=1537745&r2=1537746&view=diff ============================================================================== --- perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c (original) +++ perl/modperl/branches/httpd24threading/src/modules/perl/modperl_module.c Thu Oct 31 22:39:50 2013 @@ -923,9 +923,3 @@ SV *modperl_module_config_get_obj(pTHX_ return obj; } - -/* - * Local Variables: - * c-basic-offset: 4 - * End: - */