[BACK]Return to expr.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/expr.c between version 1.16 and 1.17

version 1.16, 2004/05/12 21:17:03 version 1.17, 2006/01/20 23:10:19
Line 14 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #include <sys/types.h>  #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stddef.h>  #include <stddef.h>
 #include "mdef.h"  #include "mdef.h"

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17