@@ -421,6 +421,10 @@ putAtom(Atom atom, int Quote_illegal, wrf writewch) /* writes an atom */
return;
}
#endif
if(IsBlob(atom)){
wrputref(RepAtom(atom),1,writewch);
return;
}
if(IsWideAtom(atom)){
wchar_t*ws=(wchar_t*)s;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.