From: schwarze Date: Tue, 19 Aug 2014 23:35:28 +0000 (+0000) Subject: Let's talk about obstacles you face when trying to pull off a partial tedu@. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a85e6e19396cb399e8aa2f9d69167b1ac3cf446a;p=openbsd Let's talk about obstacles you face when trying to pull off a partial tedu@. --- diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 9c4f8b8fc61..916638c837a 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.139 2014/05/08 15:48:41 tedu Exp $ */ +/* $OpenBSD: theo.c,v 1.140 2014/08/19 23:35:28 schwarze Exp $ */ /* * Copyright (c) 2002 Artur Grabowski * All rights reserved. @@ -182,6 +182,7 @@ static const char *talk[] = { "I'm just trying to improve the code...", "It's a pleasure to work on code you can't make worse.", "It's largely bad style to do (int)sizeof", + "When I see Makefile.in, I know that \"in\" is short for \"insane\".", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]);