Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78016 Details for
Bug 119493
sci-misc/cogent - A graphical environment for cognitive modelling
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cogent-2.3.6-buffer-symbol-errors.patch
cogent-2.3.6-buffer-symbol-errors.patch (text/plain), 866 bytes, created by
Ed Catmur
on 2006-01-24 10:44:29 UTC
(
hide
)
Description:
cogent-2.3.6-buffer-symbol-errors.patch
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2006-01-24 10:44:29 UTC
Size:
866 bytes
patch
obsolete
>--- lib/src/buffer.c 2006/01/24 05:15:57 1.1 >+++ lib/src/buffer.c 2006/01/24 18:12:03 >@@ -451,7 +451,7 @@ foreign_t pl_initialise_buffer_lib(term_ > /* repeat PL_register_foreign for each predicate */ > > install_t >-install() >+install_buffer() > { > PL_register_foreign("initialise_buffer_lib", 1, pl_initialise_buffer_lib, 0); > PL_register_foreign("add_buffer_element", 4, pl_add_buffer_element, 0); >--- lib/src/Makefile.linux 2006/01/24 18:17:29 1.1 >+++ lib/src/Makefile.linux 2006/01/24 18:20:50 >@@ -25,9 +25,9 @@ net_ia: net_ia.c > $(CC) $(OFLAGS) -c net_ia.c -Wall > $(CC) $(LFLAGS) -o net_ia.so net_ia.o -ldl > >-buffer: buffer.c >+buffer: buffer.c ooslib > $(CC) $(OFLAGS) -c buffer.c -Wall >- $(CC) $(LFLAGS) -o buffer.so buffer.o -ldl >+ $(CC) $(LFLAGS) -o buffer.so buffer.o ooslib.o -ldl > > buffer_pgy: buffer.c > $(CC) $(OFLAGS) -c buffer.c -Wall
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119493
:
77471
|
77472
|
77473
|
77474
|
77475
|
77476
|
77485
|
78014
|
78015
| 78016