Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _USHYPH_H
  2. #define _USHYPH_H
  3. /* ushyph.h */
  4. /*****************************************************************************/
  5. /* AS-Portierung                                                             */
  6. /*                                                                           */
  7. /* Trennungsmuster (US-)englisch                                             */
  8. /* abgeleitet von 'ushyphen.tex' aus TeX                                     */
  9. /*                                                                           */
  10. /* Historie: 16.2.1998 Konvertierung                                         */
  11. /*                                                                           */
  12. /*****************************************************************************/
  13.  
  14. extern char *USHyphens[];
  15.  
  16. extern char *USExceptions[];
  17. #endif /* _USHYPH_H */
  18.