Menu

Macro parsing error

2014-07-09
2014-07-09
  • Heejin Cheon

    Heejin Cheon - 2014-07-09

    This application is exactly what I wanted, but I have a minor issue with my source codes.
    Some macros were defined like "#define\tAAAA", and it couldn't be parsed.
    I've changed macro.split(" ", 1)' to 'macro.split(None, 1)' at line 1494(v2.4.3), and it works fine.

     
    • Jashua Cloutier

      Jashua Cloutier - 2014-07-09

      Please open a bug with an example .h file attached


      From: Heejin Cheon pro0331@users.sf.net
      To: [cppheaderparser:discussion] 837843@discussion.cppheaderparser.p.re.sf.net
      Sent: Wednesday, July 9, 2014 7:13 AM
      Subject: [cppheaderparser:discussion] Macro parsing error

      This application is exactly what I wanted, but I have a minor issue with my source codes.
      Some macros were defined like "#define\tAAAA", and it couldn't be parsed.
      I've changed macro.split(" ", 1)' to 'macro.split(None, 1)' at line 1494(v2.4.3), and it works fine.


      Macro parsing error


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/cppheaderparser/discussion/837843/
      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.