<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ok, I've tried indent and it doesn't do the job because the comments
are also 400 chars long.<br>
<br>
I also tried to add {$H+} to the top of h2pas.pas but the solution is
not that easy.<br>
<br>
If someone could give me a pointer of where to start, maybe I can try
to fix it. For starters, what is the yacc and lex files for?<br>
<br>
Henry Vermaak wrote:
<blockquote
 cite="mid:e932383c0911100739kd0d6827mf98ffd09778484c3@mail.gmail.com"
 type="cite">
  <pre wrap="">2009/11/10 Wimpie Nortje <a class="moz-txt-link-rfc2396E" href="mailto:wimpienortje@gmail.com"><wimpienortje@gmail.com></a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hallo

I am trying to convert a .h to pascal with h2pas. The header file contains
many declarations with lines of 400 characters or longer. h2pas creates the
*.tmp.h file with all the code intact but the .pas file's lines are cut off
at 256 characters. Is there an easy way around this problem, ie not manually
changing the .h file?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I guess patching h2pas for this is the right thing to do, but as a
workaround you can always run `indent` over the h file first to chop
the lines.

Henry
_______________________________________________
fpc-pascal maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a>

  </pre>
</blockquote>
</body>
</html>