mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
disable old warning
This commit is contained in:
parent
73b25d07af
commit
fbbdf7c2e0
3 changed files with 10 additions and 8 deletions
|
@ -458,8 +458,9 @@ varargs object summon_person(string nick, vamixed blueprint) {
|
|||
}
|
||||
|
||||
// look up interface.h for a macro doing the same job
|
||||
// legal_url() is similar to this, too
|
||||
#ifndef is_formal
|
||||
string is_formal(string nicki) {
|
||||
string is_formal(string nicki) { // formerly known as is_uniform()
|
||||
// uniform does not check for objects, so you MUST do that
|
||||
// yourself first.
|
||||
//unless (stringp(nicki)) return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue