[BACK]Return to chars.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/chars.h between version 1.2 and 1.4

version 1.2, 2010/05/16 01:35:37 version 1.4, 2010/06/19 20:46:27
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 16 
Line 16 
  */   */
 #ifndef CHARS_H  #ifndef CHARS_H
 #define CHARS_H  #define CHARS_H
   
 #define ASCII_NBRSP      31  /* non-breaking space */  
   
 __BEGIN_DECLS  __BEGIN_DECLS
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

CVSweb