The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: arnold@skeeve.com (Aharon Robbins)
Subject: [TUHS] compiling festoon
Date: Thu, 27 Feb 2003 14:06:17 +0200	[thread overview]
Message-ID: <200302271206.h1RC6HSQ001634@localhost.localdomain> (raw)

Hi All.

The following diff is necessary to use GCC on a linux system.
(Anyone know what gcc's builtin `conj' function is? Beats me.)

Warren, you might want to fix that last line in the archive version
of the file.

Arnold
----------------
*** fest.c.dist	Wed Feb 26 23:51:49 2003
--- fest.c	Thu Feb 27 14:02:55 2003
***************
*** 1223,1229 ****
  static char    *conjlist[] = {"and", "but", "yet", "and", "and"};
  
  X 
! conj(env)
  	E               env;
  {
  	X               v = getxx();
--- 1223,1229 ----
  static char    *conjlist[] = {"and", "but", "yet", "and", "and"};
  
  X 
! conjugate(env)
  	E               env;
  {
  	X               v = getxx();
***************
*** 1306,1312 ****
  	} else if (prob(2 * T)) {
  		v->list.x[i++] = turgid(env);
  		v->list.x[i++] = comma(env);
! 		v->list.x[i++] = conj(env);
  		v->list.x[i++] = sent(env);
  	} else if (prob(1.5 * T)) {
  		v->list.x[i++] = lconjsub(env);
--- 1306,1312 ----
  	} else if (prob(2 * T)) {
  		v->list.x[i++] = turgid(env);
  		v->list.x[i++] = comma(env);
! 		v->list.x[i++] = conjugate(env);
  		v->list.x[i++] = sent(env);
  	} else if (prob(1.5 * T)) {
  		v->list.x[i++] = lconjsub(env);
***************
*** 1327,1333 ****
  		if (eqn && prob(.5)) {
  			v->list.x[i++] = equation(env);
  			v->list.x[i++] = comma(env);
! 			v->list.x[i++] = conj(env);
  		}
  		v->list.x[i++] = sent(env);
  	} else
--- 1327,1333 ----
  		if (eqn && prob(.5)) {
  			v->list.x[i++] = equation(env);
  			v->list.x[i++] = comma(env);
! 			v->list.x[i++] = conjugate(env);
  		}
  		v->list.x[i++] = sent(env);
  	} else
***************
*** 1644,1647 ****
  	label[j++] = '"'; label[j] = '\0';
  	return(label);
  }
- /GO.SYSIN DD fest.c
\ No newline at end of file
--- 1644,1646 ----



             reply	other threads:[~2003-02-27 12:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-27 12:06 Aharon Robbins [this message]
2003-02-27 12:39 ` Lars Brinkhoff
2003-02-27 23:22 ` Warren Toomey
2003-03-05 17:28   ` Tim Bradshaw
2003-02-28 10:46 ` Peter Jeremy
2003-03-05 23:14 Norman Wilson
2003-03-06 12:16 ` Warren Toomey
2003-03-08  6:30 Dennis Ritchie
2003-03-10 16:44 Aharon Robbins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200302271206.h1RC6HSQ001634@localhost.localdomain \
    --to=arnold@skeeve.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).