<!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">
Thanks, I will try that.<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>