Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109893126
D34202.id102494.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
522 B
Referenced Files
None
Subscribers
None
D34202.id102494.diff
View Options
Index: usr.bin/diff/diffreg.c
===================================================================
--- usr.bin/diff/diffreg.c
+++ usr.bin/diff/diffreg.c
@@ -1419,7 +1419,8 @@
strlcpy(lastbuf, buf, sizeof(lastbuf));
lastmatchline = pos;
return (lastbuf);
- } else if (isalpha(buf[0]) || buf[0] == '_' || buf[0] == '$') {
+ } else if (isalpha(buf[0]) || buf[0] == '_' || buf[0] == '$'
+ || buf[0] == '-' || buf[0] == '+') {
if (begins_with(buf, "private:")) {
if (!state)
state = " (private)";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 9:10 PM (25 m, 47 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16601218
Default Alt Text
D34202.id102494.diff (522 B)
Attached To
Mode
D34202: Search for objective c method definitions
Attached
Detach File
Event Timeline
Log In to Comment