You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/pilercr/files/pilercr-1.0-drop-registers....

15 lines
292 B

--- a/comp.cpp
+++ b/comp.cpp
@@ -28,7 +28,7 @@ void Complement(char *seq, int len)
/* Complement and reverse sequence */
- { register unsigned char *s, *t;
+ { unsigned char *s, *t;
int c;
old mode 100644
new mode 100755
Binary files a/pilercr and b/pilercr differ