Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37483343
en ru br
Репозитории ALT
S:2.3.8-alt1
5.1: 2.3.2-alt3
4.1: 2.2.3-alt3.1
4.0: 2.2.3-alt3.1
3.0: 2.2.3-alt2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: openmotif

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: openmotif-makedepend.patch
Скачать


diff -ur motif/config/makedepend/def.h morif.new/config/makedepend/def.h
--- motif/config/makedepend/def.h	Wed May  3 10:30:32 2000
+++ morif.new/config/makedepend/def.h	Tue Jun  6 18:58:44 2000
@@ -147,7 +147,7 @@
 
 char			*copy();
 char			*base_name();
-char			*getline();
+char			*MKDgetline();
 struct symtab		**slookup();
 struct symtab		**isdefined();
 struct symtab		**fdefined();
diff -ur motif/config/makedepend/main.c morif.new/config/makedepend/main.c
--- motif/config/makedepend/main.c	Wed May  3 10:31:35 2000
+++ morif.new/config/makedepend/main.c	Tue Jun  6 18:58:58 2000
@@ -496,7 +496,7 @@
  * Get the next line.  We only return lines beginning with '#' since that
  * is all this program is ever interested in.
  */
-char *getline(filep)
+char *MKDgetline(filep)
 	register struct filepointer	*filep;
 {
 	register char	*p,	/* walking pointer */
diff -ur motif/config/makedepend/parse.c morif.new/config/makedepend/parse.c
--- motif/config/makedepend/parse.c	Wed May  3 10:36:43 2000
+++ morif.new/config/makedepend/parse.c	Tue Jun  6 18:58:53 2000
@@ -53,7 +53,7 @@
 	register char	*line;
 	register int	type;
 
-	while (line = getline(filep)) {
+	while (line = MKDgetline(filep)) {
 		switch(type = deftype(line, filep, file_red, file, FALSE)) {
 		case IF:
 		case IFFALSE:
@@ -541,7 +541,7 @@
 	register int	type;
 	boolean recfailOK;
 
-	while (line = getline(filep)) {
+	while (line = MKDgetline(filep)) {
 		switch(type = deftype(line, filep, file_red, file, TRUE)) {
 		case IF:
 		doif:
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin