xref: /csrg-svn/lib/libplot/t4013/linemod.c (revision 48523)
1*48523Sbostic /*-
2*48523Sbostic  * Copyright (c) 1985 The Regents of the University of California.
3*48523Sbostic  * All rights reserved.
4*48523Sbostic  *
5*48523Sbostic  * %sccs.include.proprietary.c%
622620Sdist  */
722620Sdist 
817617Sjak #ifndef lint
9*48523Sbostic static char sccsid[] = "@(#)linemod.c	5.2 (Berkeley) 04/22/91";
10*48523Sbostic #endif /* not lint */
1117617Sjak 
1217617Sjak linemod(s)
1317617Sjak char *s;
1417617Sjak {
1517617Sjak 	/* ignored on 4013 */
1617617Sjak }
17