Improve documentation for is_gv_magical, and split the switch
authorNicholas Clark <nick@ccl4.org>
Fri, 31 Dec 2004 21:41:25 +0000 (21:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 31 Dec 2004 21:41:25 +0000 (21:41 +0000)
commitb9b0e72cfd70190901b2b8d5f3a90109745b85d6
treed9430625fa04fe5a90052df7b700442d060ac9dc
parent392db708ea3e6ba973f656d139373678acbb4e63
Improve documentation for is_gv_magical, and split the switch
statement into 2 parts, lengths > 1 and lengths <= 1
This should cause most variables (lower case, multicharacter)
to escape the function without passing through a switch table.

p4raw-id: //depot/perl@23720
gv.c