bug-enscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-enscript] [bug #50507] add hpp file extension to enscript


From: D. Waitzman
Subject: [bug-enscript] [bug #50507] add hpp file extension to enscript
Date: Fri, 10 Mar 2017 09:45:56 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/604.1.8 (KHTML, like Gecko) Version/10.2 Safari/604.1.8

URL:
  <http://savannah.gnu.org/bugs/?50507>

                 Summary: add hpp file extension to enscript
                 Project: GNU Enscript
            Submitted by: dwaitzman
            Submitted on: Fri 10 Mar 2017 02:45:55 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I have c++ header files with the .hpp suffix.  Need to patch enscript.st to
recognize that.

Diff:
*** ./enscript-1.6.6/states/hl/enscript.st      Sun Oct 30 12:48:42 2011
--- ./enscript.st       Fri Mar 10 09:38:12 2017
***************
*** 468,474 ****
  namerules
  {
    /\.(c|h)$/                                  c;
!   /\.(c++|C|H|cpp|cc|cxx)$/                   cpp;
    /\.m$/                                      matlab;
    /\.(mpl|mp|maple)$/                         maple;
    /\.(scm|scheme)$/                           scheme;
--- 468,474 ----
  namerules
  {
    /\.(c|h)$/                                  c;
!   /\.(c++|C|H|hpp|cpp|cc|cxx)$/                       cpp;
    /\.m$/                                      matlab;
    /\.(mpl|mp|maple)$/                         maple;
    /\.(scm|scheme)$/                           scheme;




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50507>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]