This is num_comp.c in view mode; [Download] [Up]
Changes file for /usr/local/src/kcl/c/num_comp.c Created on Tue Mar 19 11:24:37 1991 Usage \n@s[Original text\n@s|Replacement Text\n@s] See the file rascal.ics.utexas.edu:/usr2/ftp/merge.c for a program to merge change files. Anything not between "\n@s[" and "\n@s]" is a simply a comment. This file was constructed using emacs and merge.el Enhancements Copyright (c) W. Schelter All rights reserved. by (Bill Schelter) wfs@carl.ma.utexas.edu ****Change:(orig (12 12 c)) @s[#include "num_include.h" @s|#include "num_include.h" #include "mp.h" @s] ****Change:(orig (42 42 c)) @s[ i = big_sign((struct bignum *)y); @s| i = big_sign(y); @s] ****Change:(orig (71 71 c)) @s[ i = big_sign((struct bignum *)x); @s| i = big_sign(x); @s] ****Change:(orig (77 78 c)) @s[ return(big_compare((struct bignum *)x, (struct bignum *)y)); @s| return cmpii(MP(x),MP(y)); @s]
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.